leilukin-site/articles/index.html

64 lines
2.7 KiB
HTML
Raw Normal View History

2023-06-15 09:18:46 +00:00
<!DOCTYPE html>
<html lang="en" dir="ltr" id="page-top">
2023-06-15 09:18:46 +00:00
<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/articles">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Leilukin's Hub">
<meta property="og:title" content="Articles | Leilukin's Hub">
<meta property="og:description" content="List of articles published on my website.">
<link rel="stylesheet" href="/css/style-main.css" type="text/css" media="all">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css">
<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-06-15 09:18:46 +00:00
<script src="/js/main-components.js" defer></script>
2023-06-15 09:18:46 +00:00
<title>Articles | Leilukin's Hub</title>
</head>
<body>
<header class="main-header">
<noscript>
JavaScript is disabled in your browser. To get the best user experience on
this website, it is recommended that you enable it.
</noscript>
</header>
<nav class="navbar"></nav>
<main>
<!-- <aside class="left-sidebar">
Left sidebar content here
</aside> -->
2023-06-15 09:18:46 +00:00
<div class="content-container">
<section class="content-section">
2023-06-15 09:18:46 +00:00
<h1>Articles</h1>
2023-08-11 02:55:53 +00:00
<p>List of articles I have written.</p>
</section>
<section class="content-section">
<h2>Fandom Culture</h2>
<ul>
<li><a href="my-dislike-of-shipping-culture.html">My Disinterest in Shipping and Dislike of Shipping Culture</a></li>
</ul>
</section>
2023-08-11 02:55:53 +00:00
<section class="content-section">
<h2><cite>Star Wars: Knights of the Old Republic</cite></h2>
<p>My articles can be found at the <a href="/shrines/starwarskotor/articles/">articles page of my <cite>Star Wars: Knights of the Old Republic</cite> shrine</a>.</p>
</section>
2023-06-15 09:18:46 +00:00
</div>
<!-- <aside class="right-sidebar">
Right sidebar content here
</aside> -->
</main>
<footer class="main-footer"></footer>
2023-06-15 09:18:46 +00:00
</body>
</html>