-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
114 lines (101 loc) · 4.65 KB
/
404.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 name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://lunauwu.net/styles.css">
<!-- Primary Meta Tags -->
<title>Luna</title>
<meta name="title" content="LunaUwU - Content nobody asked for.">
<meta name="description" content="Luna is a trans woman and huge nerd. On this site you can learn much more about her and what makes her special.
Gay furries are cute asf istg...">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://lunauwu.net/">
<meta property="og:title" content="LunaUwU - Content nobody asked for.">
<meta property="og:description" content="Luna is a trans woman and huge nerd. On this site you can learn much more about her and what makes her special.
Gay furries are cute asf istg...">
<meta property="og:image" content="https://lunauwu.net/assets/image/website.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://lunauwu.net/">
<meta property="twitter:title" content="LunaUwU - Content nobody asked for.">
<meta property="twitter:description" content="Luna is a trans woman and huge nerd. On this site you can learn much more about her and what makes her special.
Gay furries are cute asf istg...">
<meta property="twitter:image" content="https://lunauwu.net/assets/image/website.png">
</head>
<body id="bodyloading">
<div class="landing">
<div class="container" id="finishedloading"> <!-- Load (Eye saver) -->
<div class="overlay" id="loading">
<div class="loader">
<div class="inner one"></div>
<div class="inner two"></div>
<div class="inner three"></div>
</div>
<div class="loading-text" id="loading-text">
<span>Loading. Please wait.</span>
</div>
</div>
</div>
</div>
<div class="nav-header" data-include="header"></div>
<div class="banner">
<h1>Oops! It seems we've made a fucky wucky! (404)</h1>
<p>The page you tried to enter doesn't seem to exist!</p>
<p>Shit sucks :/</p>
<p>Think something is wrong? <a href="https://lunauwu.net/contact">Please let Luna know!</a></p>
<h3><br><a href="https://lunauwu.net">Back to home.</a></h3>
</div>
<!-- Main -->
<div class="section3">
<section class="faq-section">
<h2>Fun facts:</h2>
<p>(Mainly about Luna)</p>
<div class="faq-item">
<h3 class="question">Luna is fluffy.</h3>
<p class="answer">She has long, soft and curly hair.</p>
</div>
<div class="faq-item">
<h3 class="question">You're enough.</h3>
<p class="answer">Believe in yourself :3</p>
</div>
<div class="faq-item">
<h3 class="question">This entire site was coded in hand by Luna.</h3>
<p class="answer">And it took months to get to this point.<br>The first activity on GitHub was Aug 20, 2023, where I finally released it on Jan 17, 2024.</p>
</div>
<div class="faq-item">
<h3 class="question">Luna has been 100% out of the closet since start 2023.</h3>
<p class="answer">People on the internet knew at least a year before that.</p>
</div>
<div class="faq-item">
<h3 class="question">Luna needs hugs.</h3>
<p class="answer">If you ever see her/me, feel free to ask for one.</p>
</div>
<div class="faq-item">
<h3 class="question">ESTROGEN!</h3>
<p class="answer">Got it since June 1st 2024!!!!!!!</p>
</div>
<div class="faq-item">
<h3 class="question">Fuck it we ball.</h3>
<p class="answer">We've been out here living life since it started. Let's keep it that way, okay?<br>You have no choice. That was not a question.<br>Keep going, I believe in you.</p>
</div>
<h2><br><br>Oh, also, now that you're here...</h2>
<h3><br>Please take good care of yourself,<br>I know from experience that it can be hard. </h3>
</section>
</main>
<!-- Footer -->
<div data-include="footer"></div>
<aside>
<!-- Scripts -->
<script src="https://lunauwu.net/assets/js/loadingscript.js" id="selfdelete">// Loading Script
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js">// jQuery, from Google's CDN.
</script>
<script defer src="https://lunauwu.net/assets/js/includehtml.js"> // That script that let's me import the header and footer.
</script>
<script defer src="https://lunauwu.net/assets/js/themedetector.js"> // Detects light and dark themes.
</script>
</aside>
</body>
</html>