-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
74 lines (68 loc) · 3.17 KB
/
404.html
File metadata and controls
74 lines (68 loc) · 3.17 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2JRCCB90LN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-2JRCCB90LN');
</script>
<title>Erreur 404</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://algos-casiofx92.com/style.css">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="none">
</head>
<body>
<span style="width:100%;"><a href="/" class="haut"><img src="/casio.jpg" width="50px"
style="margin-left:10px;margin-top:10px;margin-bottom: 0%;"
alt="Désolé, cette image est manquante."></a>
<h1 class="haut">Programmes pour la calculatrice Casio fx 92+</h1>
</span>
<div class="resultats"></div>
<nav>
<ul>
<li class="lia"><a class="lm a" href="/">Tous les algorithmes</a></li>
<li class="deroulant"><a class="lm jeux" href="/jeux">Jeux <span class="flecheje">▽</span></a>
<ul class="sous">
<li><a href="/jeux manuels" class="lm lisous">Jeux manuels</a></li>
<li><a href="/jeux automatiques" class="lm lisous">Jeux automatiques</a></li>
</ul>
</li>
<li class="deroulant"><a class="lm dessin" href="/dessins">Dessins <span class="flechebl">▽</span></a>
<ul class="sous souse">
<li><a href="/illusions" class="lm lisous">Illusions d'optique</a></li>
<li><a href="/dessin binaire" class="lm lisous">Dessins en binaire</a>
</li>
</ul>
</li>
<li><a class="lm" href="/hors sujet">Hors sujet</a></li>
<li><a class="lm" href="/debutants">Aide pour les débutants</a></li>
</ul>
</nav>
<div style="text-align: center; font-size: large;">
<h1>Erreur 404</h1>
Désolé, cette page n'existe pas.<br><a href="/">Retour à l'accueil</a>
</div>
<div class="remerciements" style="position: absolute !important;">
<p> Une <u>question</u> ? Une <u>suggestion</u> ? Contactez moi :
<a id="mail" href="mailto:orlando.casiofx92@gmx.fr" target="_blank">orlando.casiofx92@gmx.fr</a>
</p>
<p> Si vous trouvez dans ces algorithmes des erreurs, n'hésitez pas à me le signaler.</p>
<p> Algorithmes : Orlando Jakubec</p>
<p> Développement web : Paul Raguenet de Saint Albin</p>
</div>
<script>
if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|BB|PlayBook|IEMobile|Windows Phone|Kindle|Silk|Opera Mini/i.test(navigator.userAgent))
{
window.location.replace('/mobile/404');
};
if (screen.width < 1004) { window.location.replace('/mobile/404'); };
</script>
<script src="script.js"></script>
</body>
</html>