-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathfutureindex.html
More file actions
85 lines (81 loc) · 4.89 KB
/
futureindex.html
File metadata and controls
85 lines (81 loc) · 4.89 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
<!DOCTYPE html>
<html lang="en" data-theme="auto">
<head>
<link rel="preconnect" href="https://www.googletagmanager.com" crossorigin>
<link rel="preconnect" href="https://www.google-analytics.com" crossorigin>
<script defer src="https://assets.thehtmlproject.com/script/analytics/script.js" data-ga-id="G-4VCCFETV10"></script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>
<title>Home - The HTML Project</title>
<meta name="description" content="The HTML Project: tools, links, and experiments" />
<link rel="canonical" href="https://thehtmlproject.com/" />
<meta property="og:title" content="The HTML Project" />
<meta property="og:description" content="Tools, links, and experiments by THP." />
<meta property="og:url" content="https://thehtmlproject.com/" />
<meta property="og:image" content="https://assets.thehtmlproject.com/og/cover.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="color-scheme" content="light dark">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#121212">
<link rel="icon" href="https://assets.thehtmlproject.com/icon.jpeg" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300..900;1,300..900&display=swap" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<link rel="stylesheet" href="https://assets.thehtmlproject.com/css/index/style.css" />
</head>
<body>
<header class="header" role="banner">
<img id="site-logo" src="https://assets.thehtmlproject.com/icon.jpeg" alt="The HTML Project logo" fetchpriority="high" />
<h1 class="visually-hidden">The HTML Project</h1>
<button id="darkModeToggle" class="dark-mode-toggle" aria-pressed="false" aria-label="Toggle dark mode" title="Toggle dark mode">
<span class="material-symbols-outlined" id="modeIcon">light_mode</span>
</button>
</header>
<main class="content-area" role="main">
<section class="my-message-box" id="messageBox" aria-labelledby="messageHeading">
<div class="update-indicator" id="updateIndicator"></div>
<h2 id="messageHeading">A Message from Asher:</h2>
<p id="messageText">Hey everyone! I'm constantly working to improve The HTML Project and bring you new features and content. Your support means the world to me. If you have any suggestions or find any bugs, please use the "Report a Bug" link in the footer. Thanks for being awesome!</p>
<a id="changelogLink" href="/changelog" class="changelog-link" target="_blank" rel="noopener noreferrer">View Changelog</a>
</section>
<nav class="main-links-grid" aria-label="Primary links">
<a id="discordJoinBtn" class="link-button primary" href="/discord" target="_blank" rel="noopener noreferrer">
<span class="btn-inner">
<span class="material-symbols-outlined" id="discordIcon">chat</span>
<span id="discordText" class="btn-text">Join the THP Discord Server</span>
</span>
<span id="discordCheck" class="material-symbols-outlined check-icon" aria-hidden="true">check</span>
</a>
<a href="/games" class="link-button" target="_blank" rel="noopener noreferrer">
<span class="material-symbols-outlined">sports_esports</span>
<span class="btn-text">Play Games</span>
</a>
<a href="/classic" class="link-button" target="_blank" rel="noopener noreferrer">
<span class="material-symbols-outlined">history</span>
<span class="btn-text">The classic THP</span>
</a>
<a href="/links" class="link-button" target="_blank" rel="noopener noreferrer">
<span class="material-symbols-outlined">link</span>
<span class="btn-text">Other THP access links</span>
</a>
<a href="/masker" class="link-button" target="_blank" rel="noopener noreferrer">
<span class="material-symbols-outlined">visibility_off</span>
<span class="btn-text">About:Blank masker</span>
</a>
<a href="https://youtu.be/ufwLANtaFfI?si=_d-6h7C7GpmQFcbD" class="link-button" target="_blank" rel="noopener noreferrer">
<span class="material-symbols-outlined">movie</span>
<span class="btn-text">Definitely NOT a Rickroll</span>
</a>
<a href="/contact" class="link-button">
<span class="material-symbols-outlined">mail</span>
<span class="btn-text">Contact me</span>
</a>
</nav>
</main>
<footer>
<p>Made with 💚 by Asher from The HTML Project</p>
<a href="/hyperlinks/reportabug/index.html" target="_blank" rel="noopener noreferrer">Report a Bug</a>
</footer>
<script src="https://assets.thehtmlproject.com/script/index/script.js" defer></script>
</body>
</html>