aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--js/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/index.html b/js/index.html
index e3f8a0d..c06438e 100644
--- a/js/index.html
+++ b/js/index.html
@@ -6,15 +6,15 @@
<title>/projects/w3-include-xhtml/js - Gothel Software</title>
<link href="/style.css" rel="stylesheet" type="text/css"/>
<link href="/images/favicon.ico" rel="shortcut icon"/>
- <script type="text/javascript" src="/js/w3-include-xhtml.js"></script>
+ <script type="text/javascript" src="w3-include-xhtml.js"></script>
</head>
<body>
<div id="container">
- <w3-include-xhtml href="/header-l0-inc.html"/>
+ <w3-include-xhtml href="../header-l0-inc.html"></w3-include-xhtml>
<div id="main">
- <w3-include-xhtml href="/sidebar-l0-inc.html"/>
+ <w3-include-xhtml href="../sidebar-l0-inc.html"></w3-include-xhtml>
<div id="text">
<div class="codetight">
@@ -26,7 +26,7 @@
</div> <!-- codetight -->
</div> <!-- text -->
</div> <!-- main -->
- <w3-include-xhtml href="/footer-l0-inc.html"/>
+ <w3-include-xhtml href="../footer-l0-inc.html"></w3-include-xhtml>
</div> <!-- container -->
<script type="text/javascript">w3_include_xhtml();</script>
</body>