30 lines
885 B
HTML
30 lines
885 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">
|
|
<div style="text-align: left;">
|
|
<p>- Linux enthusiast.</p>
|
|
<p>- Listen to <a href="music.html">Music</a>.</p>
|
|
<p>- Collect iPods.</p>
|
|
<p>- Likes Self-hosting.</p>
|
|
<p>- Collect ThinkPads.</p>
|
|
<p>- Thinker with computers.</p>
|
|
</div>
|
|
</div>
|
|
<div style="margin-top: 8px;">
|
|
<a href="index.html">[ Back ]</a>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|