aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-04-18 14:54:54 +0200
committerSven Gothel <[email protected]>2019-04-18 14:54:54 +0200
commitfdb33bf66cae1f274f4fbf5c36929c88a4a74c82 (patch)
treefad1fa1cb0215c5c1a6ae952d4a606ccdb2d0122
parent04ddb776c4eadcb0b495aaf31532d4ac313ff4ba (diff)
Fix some urls
-rw-r--r--js/index.html33
-rw-r--r--sidebar-l0-inc.html4
2 files changed, 35 insertions, 2 deletions
diff --git a/js/index.html b/js/index.html
new file mode 100644
index 0000000..e3f8a0d
--- /dev/null
+++ b/js/index.html
@@ -0,0 +1,33 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <meta content="Sven Gothel, Gothel Software, 3D, Java, C++, OpenGL, Embedded, Network Technology, Jausoft, Consulting, JogAmp" name="keywords"/>
+ <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>
+ </head>
+
+ <body>
+ <div id="container">
+ <w3-include-xhtml href="/header-l0-inc.html"/>
+
+ <div id="main">
+ <w3-include-xhtml href="/sidebar-l0-inc.html"/>
+
+ <div id="text">
+<div class="codetight">
+<div style="font-size:16px;font-weight:bold;margin:0px">/projects/w3-include-xhtml/js</div>
+<table border="0" cellpadding="0" cellspacing="0" width="100%">
+<tr><td><img src="/icons/back.gif" alt="[DIR]"></td><td><a href="..">Parent Directory</a></td></tr>
+<tr><td><img src="/icons/compressed.gif" alt="[ ]"></td><td><a href="w3-include-xhtml.js">w3-include-xhtml.js </a> </td><td>2019-04-18 </td><td>14:43 </td><td> 2K </td><td>bytes </td></tr>
+</table><hr/>
+</div> <!-- codetight -->
+ </div> <!-- text -->
+ </div> <!-- main -->
+ <w3-include-xhtml href="/footer-l0-inc.html"/>
+ </div> <!-- container -->
+ <script type="text/javascript">w3_include_xhtml();</script>
+ </body>
+</html>
diff --git a/sidebar-l0-inc.html b/sidebar-l0-inc.html
index fd63b4a..87dc38f 100644
--- a/sidebar-l0-inc.html
+++ b/sidebar-l0-inc.html
@@ -1,8 +1,8 @@
<div id="sidebar">
<h3>SIDEBAR</h3>
<ul>
- <li><a href="index.html">Home</a></li>
+ <li><a href="/index.html">Home</a></li>
<li><a href="js/">Javascript Location</a></li>
- <li><a href="http://jausoft.com/cgit/w3-include-xhtml.git">Git Repository</a></li>
+ <li><a href="/cgit/w3-include-xhtml.git">Git Repository</a></li>
</ul>
</div>