Upload index.html

just like peanut and jelly sandwich, two and two go together like html and css.
This commit is contained in:
rintyuu 2023-12-31 01:55:07 -08:00 committed by GitHub
parent 9796370ae6
commit da50433e47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

50
index.html Normal file
View file

@ -0,0 +1,50 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="i'm watching you :3" />
<title>homepage</title>
<link
rel="shortcut icon"
href="https://cdn.glitch.com/2ff3a645-91cc-42fd-bae2-3ba8fb0148a0%2F2ff3a645-91cc-42fd-bae2-3ba8fb0148a0_icon.png?v=1623273460343"
/>
<link rel="stylesheet" href="/assets/style.css" />
<script src="/assets/script.js" defer></script>
<meta name="theme-color" content="#000000" />
</head>
<body style="background-color: #000">
<h1>homepage</h1>
<br />
<a
href="https://crunchyroll.com/series/GRJ0J828Y/KAGUYA-SAMA-LOVE-IS-WAR"
title="redir to crunchyroll"
>please watch this</a
>
<p>Finally! A change of pace!</p>
<br />
<br />
<button onclick="location.href='/rintyuus/downloads'" class="button">
downloads
</button>
<br />
<br />
<button onclick="location.href='/rintyuus/stuff'" class="button">
stuff / site directory
</button>
<br />
<br />
<button
onclick="location.href='/xp-redesign'"
class="button"
title="or UX?? i still dont know the difference between UI and UX"
>
UI WinXP Redesign
</button>
<br />
<br />
</body>
</html>