improvements
This commit is contained in:
parent
c7165ec051
commit
5cb7412575
12 changed files with 105 additions and 32 deletions
34
blog.html
Normal file
34
blog.html
Normal file
|
@ -0,0 +1,34 @@
|
|||
<!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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue