-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (36 loc) · 1.25 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Manuel SugarCubesJS</title>
<link rel="icon" href="images/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="styles/general.css">
<link rel="stylesheet" href="styles/default.css">
<script src="script/lib/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</head>
<body id="general">
<header>
<nav>
<img id="versIntro" src="images/sugarCubesJS.svg"/>
<span id="versSyntaxeScubes">Syntaxe</span>
<span id="versSyntaxeSimple">Syntaxe simplifiée</span>
<span id="versSyntaxeScubesPython">sugarCubes Python</span>
<span id="versScubesJava">sugarCubes Java</span>
</nav>
</header>
<main>
</main>
<footer>
<a target="_blank" href="https://github.com/LordManta/SugarCubesJS">sugarCubes sur GitHub</a>
<a target="_blank" href="https://github.com/LordManta/SugarCubesJS">syntaxe simplifiée sur GitHub</a>
</footer>
<!--
<script type="module" src="script/page.js"></script>
-->
<script src="script/syntaxeSC.js"></script>
<script src="script/syntaxeSimple.js"></script>
<script src="script/lib/htmlMaker.js"></script>
<script src="script/page.js"></script>
</body>
</html>