<!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/post.html">
        <meta property="og:type" content="article">
        <meta property="og:site_name" content="Leilukin's Hub">
        <meta property="og:title" content="Blog Post">
        <meta name="author" content="Leilukin">
        <meta property="og:description" content="Summary of my blog post.">

        <link rel="stylesheet" href="../blog.css" type="text/css" media="all">
        <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">

        <script src="../blog.js" defer></script>
        
        <title>Blog Post</title> <!-- If you leave title as "Blog Post", it will automatically be updated to the post title -->
    </head>
    <body>
        <div id="container">
            <div id="header">...</div>
                <div id="content">
                    <h1 id="postTitleH1"></h1>
                    <h4 id="postDate"></h4>
                    
                    <p>Ready to write? Replace this text with your first paragraph!</p>
                    
                    <div id="nextprev"></div>
                </div> <!-- end of div id="content" -->
            <div id="footer"></div>
        </div> <!-- end of div id="container" -->
    </body>
</html>