2023-06-15 17:18:46 +08:00
<!DOCTYPE html>
2023-06-23 02:05:23 +08:00
< html lang = "en" dir = "ltr" id = "page-top" >
2023-06-15 17:18:46 +08: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 16:17:24 +08:00
< link rel = "stylesheet" href = "/css/style-main.css" type = "text/css" media = "all" >
2023-06-23 02:05:23 +08:00
< link rel = "stylesheet" href = "https://use.fontawesome.com/releases/v5.15.1/css/all.css" >
2023-06-15 18:47:30 +08: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 17:18:46 +08:00
2023-11-19 17:17:58 +08:00
< script src = "/js/main-components.js" defer > < / script >
2023-06-15 17:18:46 +08:00
< title > Website Changelog | Leilukin's Hub< / title >
< / head >
< body >
2023-08-13 19:57:38 +08: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-23 02:05:23 +08:00
< main >
<!-- <aside class="left - sidebar">
Left sidebar content here
< / aside > -->
< article >
< h1 > Website Changelog< / h1 >
2023-08-29 00:56:51 +08: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 17:33:10 +08:00
< div class = "web-btn-wrapper center-el" >
< a href = "/feed.xml" target = "blank" title = "Leilukin's Hub RSS Feed" >
2023-08-29 16:30:47 +08:00
< img src = "/assets/rss-button.gif" alt = "RSS feed button" >
2023-08-29 11:17:00 +08:00
< / a >
2023-08-29 16:30:47 +08:00
< / div >
2023-08-29 00:53:30 +08:00
2023-09-11 00:28:25 +08:00
< p class = "center-text" >
2024-01-09 17:29:06 +08: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-11 00:28:25 +08:00
< / p >
2023-11-19 17:17:58 +08:00
<!-- CHANGELOG ITEMS BEGIN HERE -->
2024-01-09 17:29:06 +08:00
< p class = "date-style" > 9 January 2024:< / p >
2023-11-20 20:26:00 +08:00
< ul >
2024-01-09 17:29:06 +08: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-23 02:05:23 +08:00
< / ul >
< / article >
<!-- <aside class="right - sidebar">
Right sidebar content here
< / aside > -->
< / main >
2023-08-13 19:57:38 +08:00
< footer class = "main-footer" > < / footer >
2023-06-15 17:18:46 +08:00
< / body >
2023-07-28 23:07:52 +08:00
< / html >