-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (110 loc) · 4.4 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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta property="og:title" content="Home" />
<meta property="og:description" content="The home page" />
<meta property="og:image" content="favicon.ico" />
<meta property="og:url" content="https://xpeuvr327.github.io" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="xpeuvr's pwa">
<link rel="apple-touch-icon" href="/icon-192x192.png">
<title>Home</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">
<link rel="manifest" href="/manifest.json">
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
background-color: #f9f9f9;
}
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>
</head>
<body>
<div class="container">
<h1>Home</h1>
<p><a href="crawlindex.html">Full index</a> (doesn't include other repos)</p>
<div class="link-section">
<h2><strong>Featured</strong></h2>
<a href="planner/view.html">Planning!</a>
<a href="planner/planner.html">Planning, more advanced</a>
<a href="sh/v2/index.html">URL shortener</a>
</div>
<div class="link-section">
<h2>Working</h2>
<a href="news.html">Le Blog</a>
<a href="texttools/index.html">Text Tools</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="mp4toimg/v9.1-infotxt.html">MP4 to IMG Latest Stable</a>
<a href="quiz/quiz.html">Play Quiz</a>
<a href="quiz/create.html">Create a Quiz</a>
<a href="freeQR/index.html">Generate a QR code (beta)</a>
<a href="eqsolve/index.html">Résoudre une équation à une inconnue</a>
<a href="urlcut.html">Couper la signature ?si= sur les liens YouTube</a>
<a href="v2voctrain.html">entraineur de verbes allemand</a>
</div>
<div class="link-section">
<h2>Fun</h2>
<a href="o/dvd2.html">DVD Bouncer</a>
<a href="ai%20minesweeper/v9-flag%20count/index.html">Minesweeper Latest Stable</a>
<a href="n/c/p/s/cpstest.html">CPS test (mobile)</a>
</div>
<div class="link-section">
<h2>Online repos</h2>
<a href="robloxrtfeditor">RTF Roblox Text Editor</a>
<a href="https://github.com/xpeuvr327/xpeuvr327.github.io">Github pages source</a>
</div>
<p>
</p></div>
<div id="sfctdgqfch8s29e6rmk5z85qszhmuc6z61a"></div><script type="text/javascript" src="https://counter6.optistats.ovh/private/counter.js?c=tdgqfch8s29e6rmk5z85qszhmuc6z61a&down=async" async></script><br><a href="https://www.freecounterstat.com">website hits counter</a><noscript><a href="https://www.freecounterstat.com" title="website hits counter"><img src="https://counter6.optistats.ovh/private/freecounterstat.php?c=tdgqfch8s29e6rmk5z85qszhmuc6z61a" border="0" title="website hits counter" alt="website hits counter"></a></noscript>
<div class="footer">
© 2025 xpeuvr
</div>
<script>if ('serviceWorker' in navigator) {
window.addEventListener('load', () => {
navigator.serviceWorker.register('/service-worker.js').then(registration => {
console.log('ServiceWorker registration successful with scope: ', registration.scope);
}, err => {
console.log('ServiceWorker registration failed: ', err);
});
});
}
</script>
</body>
</html>