Upload index.html
just like peanut and jelly sandwich, two and two go together like html and css.
This commit is contained in:
parent
9796370ae6
commit
da50433e47
1 changed files with 50 additions and 0 deletions
50
index.html
Normal file
50
index.html
Normal 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>
|
Loading…
Add table
Reference in a new issue