2023-06-15 09:18:46 +00:00
<!DOCTYPE html>
2023-06-22 18:05:23 +00:00
< 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." >
2023-07-26 08:17:24 +00:00
< link rel = "stylesheet" href = "/css/style-main.css" type = "text/css" media = "all" >
2023-06-22 18:05:23 +00:00
< link rel = "stylesheet" href = "https://use.fontawesome.com/releases/v5.15.1/css/all.css" >
2023-06-15 10:47:30 +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-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 >
2023-08-13 11:57:38 +00:00
< 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 >
2023-06-22 18:05:23 +00:00
< 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
2023-09-10 16:28:25 +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 >
2023-09-10 16:28:25 +00:00
< / p >
2023-11-19 09:17:58 +00:00
<!-- CHANGELOG ITEMS BEGIN HERE -->
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 >
2023-06-22 18:05:23 +00:00
< / ul >
< / article >
<!-- <aside class="right - sidebar">
Right sidebar content here
< / aside > -->
< / main >
2023-08-13 11:57:38 +00:00
< footer class = "main-footer" > < / footer >
2023-06-15 09:18:46 +00:00
< / body >
2023-07-28 15:07:52 +00:00
< / html >