sitegen/src/static/wurtzhome.html

71 lines
2.2 KiB
HTML
Raw Normal View History

2025-06-09 00:12:41 -07:00
<html lang="en">
<head>
<title>paper clover</title>
</head>
<body bgcolor="black" style="word-wrap: initial">
2025-07-07 20:58:02 -07:00
<main
style="display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh"
>
2025-06-09 00:12:41 -07:00
<div>
<p style="margin: 0.5rem 0">
<a
href="/waterfalls"
style="text-decoration: none; font-family: times; font-size: 48px"
>
<font color="#FFB5E8">water</font><font color="#FFE3F6">falls</font>
</a>
</p>
<p style="margin: 0.5rem 0">
<a
href="/q+a"
style="text-decoration: none; font-family: times; font-size: 48px"
>
<font color="#97E5B9">questions</font>
<font color="#D4F5E2">and answers</font>
</a>
</p>
<p style="margin: 0.5rem 0">
<a
href="/file"
style="text-decoration: none; font-family: times; font-size: 48px"
>
<font color="#B28DFF">file</font>
<font color="#DDC6FF">browser</font>
</a>
</p>
<p style="margin: 0.5rem 0">
<a
href="/discord"
style="text-decoration: none; font-family: times; font-size: 48px"
>
<font color="#5865F2">dis</font><font color="#7289DA">cord</font>
</a>
</p>
<p style="margin: 0.5rem 0">
<a
href="/github"
style="text-decoration: none; font-family: times; font-size: 48px"
>
<font color="#ffffff">git</font><font color="#959DA5">hub</font>
</a>
</p>
<p style="margin: 0.5rem 0">
<a
href="/rss.xml"
style="text-decoration: none; font-family: times; font-size: 48px"
>
<font color="#F26522">rss</font>
<font color="#FF8147">feed</font>
</a>
</p>
2025-07-07 20:58:02 -07:00
<h1
style="margin: -1.5rem 0 3rem 0; font-size: 7rem; font-weight: 400; font-family: times"
>
2025-06-09 00:12:41 -07:00
<font color="#B8E1FF">paper</font>
<font color="#E8F4FF">clover</font>
</h1>
</div>
</main>
</body>
</html>