-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (25 loc) · 1.38 KB
/
index.html
File metadata and controls
29 lines (25 loc) · 1.38 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Outlis Numworks - Par Armibule</title>
<script src="/NumworksTools/shared.js"></script>
<link rel="icon" type="image/x-icon" href="/NumworksTools/assets/favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/NumworksTools/style.css">
</head>
<body>
<header>
<img id="title" src="/NumworksTools/assets/icon.png" onclick="redirect('/NumworksTools/index.html')">
<div id="headerRight">
<a class="headerOption" href="/NumworksTools/games.html">Jeux</a>
<a class="headerOption" href="/NumworksTools/tools.html">Outils</a>
<a class="headerOption" href="/NumworksTools/articles/articles.html">Articles</a>
<a class="headerOption" href="/NumworksTools/info.html">Infos</a>
</div>
</header>
<h2>> Rien pour le moment, proposez une pull request sur le <a href="https://github.com/Armibule/NumworksTools" style="color: blue;text-decoration: underline;">Repository</a> !</h2>
<!-- CONTENT -->
</body>
</html>