1
0
Fork 0
amolinaedotcom/aboutme.html

26 lines
724 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<link href="favicon.png" rel="icon"/>
<title>amolinae's website</title>
<meta name=description content="">
</head>
<body>
<div class="crt"></div>
<link href="https://fonts.googleapis.com/css2?family=Cousine:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<h1>About Me</h1>
<div class="card">
<p>Linux enthusiast.</p>
<p>Listen to Music.</p>
<p>Likes Self-hosting.</p>
<p>And other stuff.</p>
</div>
<div style="margin-top: 8px;">
<a href="index.html">[ Back ]</a>
</div>
</body>
</html>