-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.html
More file actions
39 lines (33 loc) · 1.87 KB
/
info.html
File metadata and controls
39 lines (33 loc) · 1.87 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
30
31
32
33
34
35
36
37
38
39
<!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>
<h1>Informations</h1>
<p id="infosText">
Cette page web a été créée par Armibule dans le but de fournir des outils et jeux pour la calculatrice Numworks.
</p>
<h2>Me contacter:</h2>
<div id="socialsGrid">
<img class="social" onclick="newTab('https://github.com/Armibule')" src="https://cdn-icons-png.flaticon.com/512/25/25231.png">
<img class="social" onclick="alert('Ajoutez armibule sur discord')" src="https://upload.wikimedia.org/wikipedia/fr/4/4f/Discord_Logo_sans_texte.svg">
<img class="social" onclick="newTab('https://scratch.mit.edu/users/Armibule/')" src="https://upload.wikimedia.org/wikipedia/commons/7/75/Scratch.logo.S.png">
</div>
</body>
</html>