This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsecret.html
48 lines (45 loc) · 1.87 KB
/
secret.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Secret Portal</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="randomcolors/24.png">
<script src="scripts/color-scheme.js" defer></script>
</head>
<body>
<h1>Secret Portal</h1>
<label for="color-scheme">Color scheme:</label>
<select name="color-scheme" id="color-scheme" class="color-scheme">
<option value="system">Default</option>
<option value="rose-pine"> Rosé Pine</option>
<option value="rose-pine-dawn">Rosé Pine Dawn</option>
<option value="rose-pine-moon">Rosé Pine Moon</option>
<option value="latte">Catppuccin Latte</option>
<option value="frappe">Catppuccin Frappé</option>
<option value="macchiato">Catppuccin Macchiato</option>
<option value="mocha">Catppuccin Mocha</option>
<option value="retro">Retro</option>
</select>
<br>
<p>
Congratulations! You found my secret landing page. Here are some links to my WIP and template pages. Be advised that
this is meant for my use only for debugging purposes. There is a reason why these are not public. The only reason
this portal exists is because i am too lazy to type into the search bar.
<p>
<div>
<a href="template.html">Template</a> <br>
<a href="kei/kei-template.html">Kei Template</a> <br>
<a href="animals.html">Animals</a> <br>
<a href="websites.html">Websites</a> <br>
<a href="internet-radio.html">Internet radio</a> <br>
<br>
<a href="index.html">Press here to head back home!</a>
</div>
<div class="caption">By entering this website, you are agreeing that Starlight Glimmer is the best character <a
href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" style="color: var(--subtext); text-decoration: none;">
<3. </a>
</div> <br>
</body>
</html>