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/links" >
< meta property = "og:type" content = "website" >
< meta property = "og:site_name" content = "Leilukin's Hub" >
< meta property = "og:title" content = "Links" >
< meta property = "og:description" content = "A collection of links." >
2023-06-15 12:00:48 +00:00
< link rel = "stylesheet" href = "/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-06-22 18:05:23 +00:00
< script src = "/components/header.js" defer > < / script >
< script src = "/components/navbar.js" defer > < / script >
< script src = "/components/footer.js" defer > < / script >
2023-06-15 09:18:46 +00:00
< title > Links | 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 > Links< / h1 >
< h2 > Webrings I Have Joined< / h2 >
2023-06-22 18:05:23 +00:00
< div style = "border: none; padding: 5px; display: inline-flex" > < a href = "https://isaacfish.neocities.org/webring/25.html" target = "_blank" > < img src = "./webrings/queercoded-left.png" alt = "left arrow" > < / a > < a href = "https://isaacfish.neocities.org/webring/" target = "_blank" > < img src = "./webrings/queercoded.png" alt = "queer coded webring" title = "The Queer Coded Webring" > < / a > < a href = "https://isaacfish.neocities.org/webring/27.html" target = "_blank" > < img src = "./webrings/queercoded-right.png" alt = "right arrow" > < / a > < / div >
< / section >
< section class = "content-section" >
2023-06-15 09:18:46 +00:00
< h2 > Fanlistings I Have Joined< / h2 >
2023-06-22 18:05:23 +00:00
< div style = "display: flex;flex-wrap: wrap;" >
< a href = "https://glitterskies.org/kotor/" target = "_blank" > < img src = "./fanlistings/kotor-100x50.png" alt = "A website button of a Star Wars: Knights of the Old Republic fanlisting" title = "Erased Identity - Star Wars: Knights of the Old Republic fanlisting" > < / a >
< a href = "https://glitterskies.org/kotor2/" target = "_blank" > < img src = "./fanlistings/kotor2-100x50.jpg" alt = "A website button of a Star Wars: Knights of the Old Republic 2 fanlisting" title = "Mysteries of Malachor - Star Wars: Knights of the Old Republic 2: The Sith Lords fanlisting" > < / a >
< a href = "https://inspirationally.net/jedi/" target = "_blank" > < img src = "./fanlistings/jedi-100x50.png" alt = "A website button of a Jedi fanlisting" title = "Keepers of the Peace // the Star Wars: [+] Jedi fanlisting" > < / a >
< / div >
< / 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-06-27 14:57:47 +00:00
< footer > < / footer >
2023-06-15 09:18:46 +00:00
< / body >
< / html >