CluckCluckChicken / Magnifier

guys i didnt really write an entire reaction system in css ok?
https://magnifier.potatophant.net
20 stars 6 forks source link

How do you automatically add a header #76

Closed PoIygon closed 3 years ago

PoIygon commented 3 years ago

Currently working on my website using vscode and I was wondering how to automatically add a header

CluckCluckChicken commented 3 years ago

magnifier uses a framework called blazor where its really easy to implement, but if you dont know c# you should try nuxt or react. you can also use an iframe or you can make a script with document.getElementById("view").appendChild(put your header stuff in here) or something similar and put that script on every page