11
Separate file for navbar?
(lemmy.ml)
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
Web development is the process of creating websites or web applications
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
Its probably better to use some form of server-side rendering.
You can put it in an
iframe
, but that's bad for accessibility. You can put it in a regularframe
, but that element is deprecated.You could also make a small script that adds the contents of the file into a
div