-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (96 loc) · 3.19 KB
/
index.html
File metadata and controls
100 lines (96 loc) · 3.19 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<meta http-equiv="Refresh" content="0; url='202/index.html'"/>
Vous allez être redirigé
<title>Site de PB</title>
<!-- <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Acceuil</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="La page d'acceuil du site">
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
background-color: #f9f9f9;
font-size: 1.2em;
}
h1, h2 {
color: #333;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.link-section {
margin-bottom: 20px;
}
.link-section h2 {
margin-bottom: 10px;
}
.link-section a {
display: block;
color: #1a73e8;
text-decoration: none;
margin: 5px 0;
}
.link-section a:hover {
text-decoration: underline;
}
.footer {
text-align: center;
margin-top: 20px;
color: #666;
}
</style>
<script src="/consent.js" defer></script>
</head>
<body>
<div class="container">
<h1>Index</h1>
<p><a href="crawlindex.html">Crawl auto index</a></p>
<div class="link-section">
</div>
<div class="link-section"lang="fr">
<h2>École</h2>
<p>Va ici si tu es de l'école</p>
<a href="104">Site de la 104</a>
<a href="rf">Résumés nouvelles orientales</a>
<a href="epreuvesregroupees/">Épreuves regroupées</a>
</div>
<div class="link-section">
<h2>Misc</h2>
<a href="texttools">Text Tools</a>
<a href="news.html">Le Blog</a>
<a href="quiz/quiz.html">Faire un Quiz</a>
<a href="quiz/create.html">Créer un Quiz</a>
<a href="o/Roblox%20RTF%20edit.html">Roblox RTF editor</a>
<a href="sh/v2/">URL Shortener</a>
<a href="redirect.html">Local Redirector</a>
<a href="whatsapp%20decoder/v19-WORKS/index.html">WhatsApp Conv Decoder Latest Stable</a>
<a href="separate/v5/page.html">TXT File Splitter Latest</a>
<a href="o/freeQR/">QR code generator</a>
<a href="eqsolve/">Équations à une inconnue</a>
</div>
<div class="link-section">
<h2>Fun</h2>
<a href="o/dvd2.html">DVD Bouncer</a>
<a href="ai%20minesweeper/v10%20dark%20mode/demineur.html">Minesweeper Latest Stable</a>
<a href="o/cpstest2.html">Mobile CPS test</a>
</div>
<input type="text" placeholder="try rf" onchange="window.location.href = this.value;">
</div>
<div class="footer">
© 2025 1Man Inc. <br>
This website uses Google analytics, and is Wii-proof.
</div>
<script src="404.js" defer></script>
</body>
</html> -->