-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathuselessLinks.html
52 lines (51 loc) · 2.21 KB
/
uselessLinks.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
<!DOCTYPE html>
<head>
<title>verumIgnis.com</title>
<meta charset="utf-8">
<link rel="stylesheet" href="index.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<div class="toolbar">
<div class="logo-and-site-name">
<a href="index.html"><img src="logo.png" alt="Logo" class="logo"></a>
<div class="siteName">verumIgnis.com</div>
</div>
<div class="splashText">verumIgnis.com</div>
<div class="options">
<a href="links.html">Useful links</a>
<a href="files.html">Useful files</a>
<a href="uselessLinks.html"><u>Useless links</u></a>
<a href="uselessFiles.html">Useless files</a>
<a href="prompts.html">ChatGPT prompts</a>
<a href="tools.html">Tools</a>
</div>
</div>
<div class="box">
<p>If you have a link that you think should be here DM verumIgnis#1564 on discord.</p>
</div>
<div class="box">
<div class="link"><p>Rickroll: <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">https://www.youtube.com/watch?v=dQw4w9WgXcQ</a></p></div>
<div class="link"><p>Click it. You know you want to.</p></div>
</div>
<div class="box">
<div class="link"><p>Disguised rickroll: <a href="https://verumignis.com/cool-video">https://verumIgnis.com/cool-video</a></p></div>
<div class="link"><p>A more clickable alternative to the normal rickroll link.</p></div>
</div>
</div>
<div class="box">
<div class="link"><p>Disguised rickroll (discord embed): <a href="https://verumignis.com/duck.webm">https://verumIgnis.com/duck.webm</a></p></div>
<div class="link"><p>A rickroll that you can't pause when played as an embed in discord.</p></div>
</div>
<div class="footer">
<div class="copyright">Licensed under CC BY-SA 4.0</div>
<div class="cont"><a href="tos.html">Terms of service</a> - <a href="privacy.html">Privacy policy</a></div>
<div class="options">
<a href="https://github.com/verumIgnis">Source code</a>
</div>
</div>
<script src="splash.js"></script>
</body>