-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (48 loc) · 1.79 KB
/
Copy pathindex.html
File metadata and controls
48 lines (48 loc) · 1.79 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
<!DOCTYPE html>
<html>
<head>
<title>yellow's WIP website</title>
<link rel="stylesheet" href="assets\css\xp.css\dist\98.css" />
<link rel="stylesheet" href="assets\css\windows.css" />
</head>
<body>
<div>
<div class="one">
<div class="window" style="width: 968px">
<div class="title-bar">
<div class="title-bar-text">The Yell0w Website (Alpha)</div>
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Maximize"></button>
<button aria-label="Close"></button>
</div>
</div>
<div class="window-body">
<img src="/assets/images/ryou_drink.gif" />
<p>Welcome to my site!! yey!! STILL VERY VERY WIP!!!</p>
<h3>Something new coming soon.</h3>
<p>yes, i know its not very yellow but uuuuuhhhh, take this</p>
<img src="/assets/images/spinning_toast.gif" />
<p>there will be something here eventually, come back later!!!!</p>
<p>check out my <a href="https://bsky.app/profile/yell0w.net" target="_blank">bluesky</a> for updates!!!</p>
</div>
<footer>
<a href="https://theaceae.org/" target="_blank" class="bigLogoLol">
<img
src="https://raw.githubusercontent.com/theaceaecollective/.github/refs/heads/main/maintainedby8Bit.png"
alt="Big Theaceae Logo"
height="48"
/>
</a>
<div>
<p>
View the
<a href="https://github.com/TheaceaeCollective/dayellowwebsite" target="_blank">GitHub</a>
</p>
</div>
</footer>
</div>
</div>
</div>
</body>
</html>