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/layouts.html" >
< meta property = "og:type" content = "article" >
< meta property = "og:site_name" content = "Leilukin's Hub" >
< meta property = "og:title" content = "Website Layout Archive" >
< meta property = "og:description" content = "An archive for the page layout designs mt website has used." >
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-08-13 11:57:38 +00:00
< script src = "/js/main-components.js" defer > < / script >
2023-06-15 09:18:46 +00:00
< title > Website Layout Archive | 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 Layout Archive< / h1 >
2023-06-23 07:42:06 +00:00
< p class = "center-text" >
2023-08-29 03:17:00 +00:00
Archive: < a href = "../changelog/" > Latest< / a > | < a href = "./2022.html" > 2022< / a > | < span class = "bold-text" > Website Layouts< / span >
2023-06-23 07:42:06 +00:00
< / p >
2023-06-22 18:05:23 +00:00
2023-09-11 14:59:51 +00:00
< h2 > 11 September 2023 Blog Layout< / h2 >
< img src = "./layouts/Leilukins-Hub-blog-layout-2023-09.png" alt = "Screenshot of Leilukin's Hub blog on 11 September 2023" >
< h2 > 23 June 2023< / h2 >
< img src = "./layouts/Leilukins-Hub-layout-2023-06.png" alt = "Screenshot of Leilukin's Hub home page on 23 June 2023" >
2023-06-23 00:57:21 +00:00
2023-09-11 14:59:51 +00:00
< h2 > 26 January 2023< / h2 >
< img src = "./layouts/Leilukins-Hub-layout-2023-01.png" alt = "Screenshot of Leilukin's Hub home page on 26 January 2023" >
2023-06-22 18:05:23 +00:00
2023-09-11 14:59:51 +00:00
< h2 > 11 September 2022 (Site Launch)< / h2 >
< img src = "./layouts/Leilukins-Hub-layout-2022-index.png" alt = "Screenshot of Leilukin's Hub index page during the site's launch on 11 September 2022" >
< img src = "./layouts/Leilukins-Hub-layout-2022-page.png" alt = "Screenshot of Leilukin's Hub My Creation page during the site's launch on 11 September 2022" >
2023-06-22 18:05:23 +00:00
< / 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 >
< / html >