the code for my website (https://www.annwan.me)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
2.1 KiB
86 lines
2.1 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head><title>First Post – Annwan</title>
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta charset="UTF-8"/>
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
|
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.4/css/academicons.min.css" integrity="sha512-IW0nhlW5MgNydsXJO40En2EoCkTTjZhI3yuODrZIc8cQ4h1XcF53PsqDHa09NqnkXuIe0Oiyyj171BqZFwISBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
|
|
|
|
|
<link rel="stylesheet" href="https://www.annwan.me/css/palettes/gruvbox-dark.css">
|
|
<link rel="stylesheet" href="https://www.annwan.me/css/risotto.css">
|
|
<link rel="stylesheet" href="https://www.annwan.me/css/custom.css">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div class="page">
|
|
|
|
<header class="page__header"><nav class="page__nav main-nav">
|
|
<ul>
|
|
<li class="nomarker"><h1 class="page__logo"><a href="https://www.annwan.me/" class="page__logo-inner">Annwan</a></h1></li>
|
|
|
|
|
|
<li class="main-nav__item"><a class="nav-main-item active" href="https://www.annwan.me/misc/" title="Misc">Misc</a></li>
|
|
|
|
</ul>
|
|
</nav>
|
|
|
|
</header>
|
|
|
|
<section class="page__body">
|
|
<header class="content__header">
|
|
<h1>First Post</h1>
|
|
</header>
|
|
<div class="content__body">
|
|
<p>Hi! Welcome to the corner of the internet where I post my ramblings. Have a
|
|
look!</p>
|
|
|
|
</div>
|
|
<footer class="content__footer"></footer>
|
|
|
|
</section>
|
|
|
|
<section class="page__aside">
|
|
<div class="aside__about">
|
|
|
|
<ul class="aside__social-links">
|
|
|
|
</ul>
|
|
</div>
|
|
<hr>
|
|
<div class="aside__content">
|
|
|
|
|
|
<p>
|
|
|
|
2024-02-25
|
|
</p>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
</section>
|
|
|
|
<footer class="page__footer"><p class="copyright">© Annwan</p>
|
|
</footer>
|
|
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|