website/root/index.html

42 lines
1.7 KiB
HTML
Raw Normal View History

2023-04-21 12:21:28 -07:00
<!DOCTYPE html>
<html lang="en">
2023-05-23 15:58:23 -07:00
<head>
2023-04-21 12:21:28 -07:00
<meta charset="UTF-8">
2023-05-23 15:58:23 -07:00
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2023-04-21 12:21:28 -07:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SadlyNotSappho</title>
2023-05-26 13:08:52 -07:00
<link rel="stylesheet" href="index.css">
2023-05-23 15:58:23 -07:00
</head>
<body>
<div class="top-bar">
<a class="barbutton-disabled"> Home </a>
<a href="https://sadlynotsappho.dev/about" class="barbutton"> About </a>
<a href="https://sadlynotsappho.dev/socials" class="barbutton"> Socials </a>
<a href="https://git.sadlynotsappho.dev/SadlyNotSappho" class="barbutton"> Git </a>
</div>
<div class="main">
2023-05-26 13:08:52 -07:00
<img alt="my pfp, made with @greyfeu's picrew" class="logo" src="pfp.png" width="150" height="150" />
2023-05-23 15:58:23 -07:00
<div class="hometext">
<h1 class="pink" id="title">SadlyNotSappho</h1>
<h3 id="maintext">
2023-05-23 15:58:23 -07:00
If you came here for the video - which I previously said this site redirects to, it's
<a href="https://www.youtube.com/watch?v=wURbb6Tm1QM" target="_blank" rel="noopener" class="link">over
on
YouTube</a>, or, of course, you can just watch it embedded here (using
<a href="https://tube.catvibers.me" target="_blank" rel="noopener" class="link">an Invidious instance
hosted on
catvibers.me</a> instead
of YouTube)
</h3>
</div>
2023-05-26 12:35:46 -07:00
<div class="video"> <iframe id="ivplayer" width="640" height="360"
src="https://tube.catvibers.me/embed/wURbb6Tm1QM" style="border: none"></iframe>
</div>
2023-05-23 15:58:23 -07:00
</div>
</body>
</html>