leilukin-site/changelog/index.html

77 lines
3.5 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/changelog">
<meta property="og:type" content="article">
<meta property="og:site_name" content="Leilukin's Hub">
<meta property="og:title" content="Website Changelog">
<meta property="og:description" content="Changelog of 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
2023-11-19 09:17:58 +00:00
<script src="/js/main-components.js" defer></script>
2023-06-15 09:18:46 +00:00
<title>Website Changelog | 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> -->
<article>
<h1>Website Changelog</h1>
2023-08-28 16:56:51 +00:00
<p>You can subscribe to the <a href="/feed.xml" target="blank">Leilukin's Hub RSS feed</a> or follow <a href="https://neocities.org/site/leilukin" target="_blank">my Neocities profile</a> to get notified of the updates on this website.</p>
2023-08-29 09:33:10 +00:00
<div class="web-btn-wrapper center-el">
<a href="/feed.xml" target="blank" title="Leilukin's Hub RSS Feed">
2023-08-29 08:30:47 +00:00
<img src="/assets/rss-button.gif" alt="RSS feed button">
2023-08-29 03:17:00 +00:00
</a>
2023-08-29 08:30:47 +00:00
</div>
2023-08-28 16:53:30 +00:00
<p class="center-text">
2024-01-09 09:29:06 +00:00
Archive: <span class="bold-text">Latest</span> | <a href="2023.html">2023</a> | <a href="2022.html">2022</a> | <a href="layouts.html">Website Layouts</a>
</p>
2023-11-19 09:17:58 +00:00
<!-- CHANGELOG ITEMS BEGIN HERE -->
2024-02-08 02:33:47 +00:00
<p class="date-style">8 February 2024:</p>
<ul>
<li><cite>Cassette Beasts</cite> <a href="/shrines/cassettebeasts/">shrine</a>: Added <a href="/shrines/cassettebeasts/resources.html">Resources</a> page.</li>
</ul>
2024-02-07 13:51:35 +00:00
<p class="date-style">7 February 2024:</p>
<ul>
<li><a href="/mycreations/">My Creations</a>: Added My Characters section.</li>
</ul>
2024-01-09 09:29:06 +00:00
<p class="date-style">9 January 2024:</p>
2023-11-20 12:26:00 +00:00
<ul>
2024-01-09 09:29:06 +00:00
<li><cite>Cassette Beasts</cite> <a href="/shrines/cassettebeasts/">shrine</a>: Added a new section: My Contributions to the <cite>Cassette Beasts</cite> community.</li>
</ul>
</article>
<!-- <aside class="right-sidebar">
Right sidebar content here
</aside> -->
</main>
<footer class="main-footer"></footer>
2023-06-15 09:18:46 +00:00
</body>
2023-07-28 15:07:52 +00:00
</html>