mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-10 05:53:05 -04:00
It was syntactically XHTML already, but various things suggested that it might be HTML instead. Now it has a proper content-type in Apache, a filename that Firefox can understand when reading from a local file, and for good measure a <meta> tag. That should keep everyone except possibly Lynx users happy.
5 lines
185 B
ApacheConf
5 lines
185 B
ApacheConf
DirectoryIndex index.xhtml
|
|
AddType application/xhtml+xml;charset=UTF-8 .xhtml
|
|
AddType application/font-sfnt;outlines=CFF;layout=OTF .otf
|
|
AddType application/vnd.font-fontforge-sfd .sfd
|