Browse Source

actually mark post as not draft

main
Annwan 10 months ago
parent
commit
656b07bdfa
  1. 86
      public/misc/first-post/index.html

86
public/misc/first-post/index.html

@ -0,0 +1,86 @@
<!DOCTYPE html>
<html lang="en">
<head><title>First Post &ndash; 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>
Loading…
Cancel
Save