0
0
Fork 0

fix ssi includes and relative links

This commit is contained in:
Jannik Beyerstedt 2024-01-31 20:24:06 +01:00
commit 216c8dc4a9
8 changed files with 54 additions and 51 deletions

View file

@ -5,21 +5,21 @@
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8" />
<!-- Navigational metadata for large websites (an accessibility feature): -->
<link rel="top" href="./index.html" title="Homepage" />
<link rel="up" href="./index.html" title="Up" />
<link rel="first" href="./index.html" title="First page" />
<link rel="previous" href="./index.html" title="Previous page" />
<link rel="next" href="./index.html" title="Next page" />
<link rel="last" href="./index.html" title="Last page" />
<link rel="toc" href="./index.html" title="Table of contents" />
<link rel="index" href="./index.html" title="Site map" />
<link rel="top" href="/index.html" title="Homepage" />
<link rel="up" href="/index.html" title="Up" />
<link rel="first" href="/index.html" title="First page" />
<link rel="previous" href="/index.html" title="Previous page" />
<link rel="next" href="/index.html" title="Next page" />
<link rel="last" href="/index.html" title="Last page" />
<link rel="toc" href="/index.html" title="Table of contents" />
<link rel="index" href="/index.html" title="Site map" />
<link rel="alternate" type="application/rdf+xml" title="RSS" href="rss09.rdf" >
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss09.rdf" >
<link rel="alternate" type="application/rdf+xml" title="RSS" href="/rss09.rdf" >
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss09.rdf" >
<link rel="stylesheet" href="css/sinorcanav.css" type="text/css" />
<link rel="stylesheet" href="css/site_aligns.css" type="text/css" />
<link rel="stylesheet" href="css/site_colors.css" type="text/css" />
<link rel="stylesheet" href="css/site_fonts.css" type="text/css" />
<link rel="stylesheet" href="/css/sinorcanav.css" type="text/css" />
<link rel="stylesheet" href="/css/site_aligns.css" type="text/css" />
<link rel="stylesheet" href="/css/site_colors.css" type="text/css" />
<link rel="stylesheet" href="/css/site_fonts.css" type="text/css" />
<!-- end of site header -->