Add css and js to main page

This commit is contained in:
2019-04-17 18:25:10 +02:00
parent eeb84066df
commit d80ae7509b
4 changed files with 76 additions and 76 deletions

View File

@@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2019-04-17 mer. 18:06 -->
<!-- 2019-04-17 mer. 18:25 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>SpeedGoat</title>
@@ -193,12 +193,13 @@
.org-svg { width: 90%; }
/*]]>*/-->
</style>
<link rel="stylesheet" type="text/css" href="css/htmlize.css"/>
<link rel="stylesheet" type="text/css" href="css/readtheorg.css"/>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/jquery.stickytableheaders.min.js"></script>
<script type="text/javascript" src="js/readtheorg.js"></script>
<link rel="stylesheet" type="text/css" href="./css/htmlize.css"/>
<link rel="stylesheet" type="text/css" href="./css/readtheorg.css"/>
<link rel="stylesheet" type="text/css" href="./css/zenburn.css"/>
<script type="text/javascript" src="./js/jquery.min.js"></script>
<script type="text/javascript" src="./js/bootstrap.min.js"></script>
<script type="text/javascript" src="./js/jquery.stickytableheaders.min.js"></script>
<script type="text/javascript" src="./js/readtheorg.js"></script>
<script type="text/javascript">
/*
@licstart The following is the entire license notice for the
@@ -253,23 +254,23 @@ for the JavaScript code in this tag.
<h2>Table of Contents</h2>
<div id="text-table-of-contents">
<ul>
<li><a href="#orge2c473d">1. Folders</a></li>
<li><a href="#orgc3dbb11">1. Folders</a></li>
</ul>
</div>
</div>
<div id="outline-container-orge2c473d" class="outline-2">
<h2 id="orge2c473d"><span class="section-number-2">1</span> Folders</h2>
<div id="outline-container-orgc3dbb11" class="outline-2">
<h2 id="orgc3dbb11"><span class="section-number-2">1</span> Folders</h2>
<div class="outline-text-2" id="text-1">
<ul class="org-ul">
<li><a href="slip-ring-test/index.html">Slip-ring-test</a></li>
<li><a href="huddle-test-geophones/index.html">Huddle Test - Geophones</a></li>
</ul>
</div>
</div>
</div>
<div id="postamble" class="status">
<p class="author">Author: Thomas Dehaeze</p>
<p class="date">Created: 2019-04-17 mer. 18:06</p>
<p class="date">Created: 2019-04-17 mer. 18:25</p>
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
</div>
</body>