34 lines
934 B
HTML
34 lines
934 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="css/index.css">
|
|
<link href="assets/images/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 style="margin-bottom:8px;">amolinae's blog</h1>
|
|
<h2>COMING SOON!</h2>
|
|
<!--
|
|
<div class="blog-card">
|
|
<h2>TITLE</h2>
|
|
<h4>DATE</h4>
|
|
<a href="blog/article.html">[ ➜ ]</a>
|
|
</div>
|
|
|
|
<div class="blog-card">
|
|
<h2>Installing a taptic engine on an iPod</h2>
|
|
<h4>10/08/25</h4>
|
|
<a href="blog/taptic.html">[ ➜ ]</a>
|
|
</div>
|
|
-->
|
|
<div style="margin-top: 8px;">
|
|
<a href="index.html">[ Back ]</a>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|