Closed Lonami closed 4 years ago
The CSS link could just be absolute instead of relative
Then it will break offline, which I dislike, but it's fair enough.
There were actually a few more differences. I don't know if !important
is needed, but it works. I recommend squashing this mess.
Not sure if the
<meta http-equiv="refresh" content="0;../index.html" />
inen/index.html
is the best way to handle this, ideally it would be a redirect in the web server, but it's the only way I can think of without duplicating the file because the.css
path would now be different (unless we made another symbolic link to that?).