39 lines
1.3 KiB
HTML
39 lines
1.3 KiB
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">
|
|
<div class="card">
|
|
<h1>amolinae's website</h1>
|
|
<img src="https://www.gravatar.com/avatar/666833cd7db12b0b25cd6b6a48103cdf?s=250" draggable="false">
|
|
<p>Now with a 100% less Javascript!</p>
|
|
<div style="margin: 12px;">
|
|
<div class="links">
|
|
<ul>
|
|
<li><a href="contact.html">[ Contact ]</a></li>
|
|
<li><a href="aboutme.html">[ About Me ]</a></li>
|
|
<li><a href="setup.html">[ Setup ]</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="links">
|
|
<ul>
|
|
<li><a href="https://git.amolinae.com">[ Git ]</a></li>
|
|
<li><a href="https://music.amolinae.com">[ Music ]</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div style="margin-top: 8px;">
|
|
<a href="https://git.amolinae.com/amolinae06/amolinaedotcom">[ Source Code ]</a>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|