leilukin-site/Leilukins-Hub-public/blog/archive.html

36 lines
1.7 KiB
HTML
Raw Normal View History

2023-06-15 09:18:46 +00:00
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:url" content="https://leilukin.neocities.org/blog/archive.html">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Leilukin's Hub">
<meta property="og:title" content="Blog Archive">
<meta name="author" content="Leilukin">
<meta property="og:description" content="The full list of posts on my blog.">
2023-08-14 03:06:52 +00:00
<link rel="stylesheet" href="./css/style-blog.css" type="text/css" media="all">
2023-06-15 09:18:46 +00:00
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/favicon/site.webmanifest">
2023-08-14 03:06:52 +00:00
<script src="./js/blog.js" defer></script>
2023-06-15 09:18:46 +00:00
<title>Blog Archive | Leilukin's Hub</title>
</head>
<body>
2023-08-14 03:55:43 +00:00
<main class="blog-container" id="container">
<header class="blog-header" id="header">...</header>
<article class="blog-content" id="content">
2023-09-12 07:59:37 +00:00
<h1 class="blog__title">Blog Archive</h1>
2023-08-14 03:55:43 +00:00
<section class="blog-post-list" id="postlistdiv"></section>
</article> <!-- end of article id="content" -->
<footer class="blog-footer" id="footer"></footer>
</main> <!-- end of main id="container" -->
2023-06-15 09:18:46 +00:00
</body>
</html>