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/shrines" >
< meta property = "og:type" content = "website" >
< meta property = "og:site_name" content = "Leilukin's Hub" >
< meta property = "og:title" content = "Shrines" >
< meta property = "og:description" content = "Index of my personal e-shrines." >
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-07-26 08:17:24 +00:00
< script src = "/js/header.js" defer > < / script >
< script src = "/js/footer.js" defer > < / script >
2023-06-15 09:18:46 +00:00
< title > Shrines | Leilukin's Hub< / title >
< / head >
< body >
2023-06-27 14:57:47 +00:00
< header > < / header >
< nav > < / nav >
2023-06-22 18:05:23 +00:00
< main >
<!-- <aside class="left - sidebar">
Left sidebar content here
< / aside > -->
< div class = "content-container" >
< section class = "content-section" >
2023-06-15 09:18:46 +00:00
< h1 > Shrines< / h1 >
< p > Internet shrines are website pages dedicated to specific topics or interests. Here is a list of shrines I have made for my own website.< / p >
2023-06-27 14:57:47 +00:00
< / section >
< section class = "content-section" >
2023-08-03 08:31:06 +00:00
< h2 > < a href = "./asummersend/" target = "_blank" > < cite > A Summer’ s End — Hong Kong 1986< / cite > < / a > < / h2 >
2023-07-25 15:23:09 +00:00
< a href = "./asummersend/" target = "_blank" > < img src = "./asummersend/img/ASE_Key_art_intro.png" alt = "Header of A Summer’ s End — Hong Kong 1986" width = "100%" > < / a >
2023-06-27 14:57:47 +00:00
< / section >
2023-06-15 09:18:46 +00:00
2023-06-27 14:57:47 +00:00
< section class = "content-section" >
2023-08-03 08:31:06 +00:00
< h2 > < a href = "./starwarskotor/" target = "_blank" > < cite > Star Wars: Knights of the Old Republic< / cite > < / a > < / h2 >
2023-06-15 14:05:12 +00:00
< a href = "./starwarskotor/" target = "_blank" > < img src = "./starwarskotor/img/swkotor-header.jpg" alt = "Header of the Star Wars: Knights of the Old Republic series" width = "100%" > < / a >
2023-06-22 18:05:23 +00:00
< / section >
2023-08-03 08:31:06 +00:00
< section class = "content-section" >
< h2 > < a href = "./cassettebeasts/" target = "_blank" > < cite > Cassette Beasts< / cite > < / a > < / h2 >
< a href = "./cassettebeasts/" target = "_blank" > < img src = "./cassettebeasts/img/cassettebeasts-header.png" alt = "Header of the Star Wars: Knights of the Old Republic series" width = "100%" > < / a >
< / section >
2023-06-15 09:18:46 +00:00
< / div >
2023-06-22 18:05:23 +00:00
<!-- <aside class="right - sidebar">
Right sidebar content here
< / aside > -->
< / main >
2023-08-03 08:31:06 +00:00
< footer > < / footer >
2023-06-15 09:18:46 +00:00
< / body >
< / html >