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">
|
|
|
|
<meta property="og:type" content="website">
|
|
|
|
<meta property="og:site_name" content="Leilukin's Hub">
|
|
|
|
<meta property="og:title" content="Leilukin's Blog">
|
|
|
|
<meta name="author" content="Leilukin">
|
|
|
|
<meta property="og:description" content="My blog hosted on my website.">
|
|
|
|
|
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 | Leilukin's Hub</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="container">
|
|
|
|
<div id="header">This site requires JavaScript!</div>
|
|
|
|
<div id="content">
|
2023-07-03 04:27:18 +00:00
|
|
|
|
2023-07-28 11:59:34 +00:00
|
|
|
<h1>Welcome to Leilukin's Hub Blog!</h1>
|
2023-06-15 09:18:46 +00:00
|
|
|
|
2023-07-28 11:59:34 +00:00
|
|
|
<p>This is my blog that is hosted on my own personal website. Hope you enjoy your time here!</p>
|
2023-06-15 09:18:46 +00:00
|
|
|
|
|
|
|
<div id="recentpostlistdiv"></div>
|
2023-07-03 04:27:18 +00:00
|
|
|
|
2023-06-15 09:18:46 +00:00
|
|
|
</div> <!-- end of div id="content" -->
|
2023-07-03 04:27:18 +00:00
|
|
|
<div id="footer"></div>
|
2023-06-15 09:18:46 +00:00
|
|
|
</div> <!-- end of div id="container" -->
|
|
|
|
</body>
|
|
|
|
</html>
|