meow/index.html
2024-01-17 21:54:23 +02:00

51 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Open+Sans:wght@400;700&display=swap" rel="stylesheet">
<meta charset="UTF-8" />
<link rel="icon" href="favicon.ico">
<meta content="maggie" property="og:title" />
<meta content="This link contains extreme silliness and general incompetence, proceed with caution, please." property="og:description" />
<meta content="https://adu.shiggy.fun/v1/330299657458679821/avatar" property="og:image" />
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
<title>Maggie's website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<img class="pfp" src="https://adu.shiggy.fun/v1/330299657458679821/avatar" alt="maggie" width="128" title="maggie"/>
<div class="top">
<h1>Hi! I'm Maggie!</h1>
<p>Welcome to my website!</p>
<div class="buttons">
<a class="btn" href="https://discord.com/users/330299657458679821">
<img class="logo" src="catpdiscord.png" width="32" title="maggie.pi">
</a>
<a class="btn" href="https://github.com/maggster165">
<img class="logo2" src="catpgh.png" width="32" title="maggster165">
</a>
</div>
</div>
<div class="aboutbox">
<h3>About Me</h3>
<p>I'm a tech nerd in dire need of more fun stuff to do.</p>
<h4>Interests:</h4>
<ul>
<li>Linux</li>
<li>Alt-rock music</li>
<li>Old technology</li>
<li>Hackintoshing</li>
<li>meowing</li>
<li>Music synthesis</li>
</ul>
<p>I study at a computer science school. Feel free to message me at any time! </p>
<p>My timezone is the Central European timezone.</p>
<h3>My friends!</h3>
<img src="88x31s/maggie8831.gif" alt="88x31">
<a href="https://slonk.ing/"><img src="88x31s/sl88x31.png" alt="88x31"></a><br>
<a href="oldindex.html">Here is a link to the old version of this site.</a>
</div>
</body>
</html>