27 lines
1.4 KiB
HTML
27 lines
1.4 KiB
HTML
<html>
|
|
<head>
|
|
<title>🐾</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
|
|
</head>
|
|
<body class="body">
|
|
<div class="main">
|
|
<h1 class="title">Hi hello, I'm Lyra :3</h1>
|
|
<p>I hate webdev so much</p>
|
|
<img width="160" src="sob.webp" />
|
|
|
|
<div class="buttons">
|
|
<a href="https://steamcommunity.com/profiles/76561198043601838"><button class="button buttonzoom">🐾 Steam</button></a>
|
|
<a href="https://youtube.com/@Medicine_Melancholy"><button class="button buttonzoom">🐾 Youtube</button></a>
|
|
<a href="https://rateyourmusic.com/~puppygirl"><button class="button buttonzoom">🐾 RYM</button></a>
|
|
<a href="https://git.lyra.lgbt"><button class="button buttonzoom">🐾 Git</button></a>
|
|
</div>
|
|
|
|
<footer class="footer">
|
|
Webdev is the greatest Suck. I do not envy anyone who works with this shit lmfao.
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html>
|