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/resources" >
< meta property = "og:type" content = "website" >
< meta property = "og:site_name" content = "Leilukin's Hub" >
< meta property = "og:title" content = "Resources | Leilukin's Hub" >
< meta property = "og:description" content = "List of resources I have compiled myself." >
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 > Resources | 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 > -->
2023-06-15 09:18:46 +00:00
2023-06-22 18:05:23 +00:00
< div class = "content-container" >
< section class = "content-section" >
2023-06-15 09:18:46 +00:00
< h1 > Resources< / h1 >
< p > Here are resources I have compiled myself.< / p >
2023-06-22 18:05:23 +00:00
< / section >
2023-06-15 09:18:46 +00:00
2023-06-22 18:05:23 +00:00
< section class = "content-section" >
2023-06-15 09:18:46 +00:00
< h2 > Leilukin's Masterlists< / h2 >
< ul >
2023-08-08 09:44:22 +00:00
< li > < a href = "./web-building-resources.html" > Web Building Resources< / a > < / li >
2023-06-15 09:18:46 +00:00
< li > < a href = "./anti-harry-potter-jk-rowling-masterlist.html" > Anti-Harry Potter and Anti-J.K. Rowling Masterlist< / a > < / li >
< / ul >
2023-06-22 18:05:23 +00:00
< / section >
< section class = "content-section" >
2023-06-15 09:18:46 +00:00
< h2 > Leilukin's Mod Builds< / h2 >
< p > Lists of video game mods I use for my own playthroughs.< / p >
2023-06-22 18:05:23 +00:00
< ul >
< li > < a href = "https://docs.google.com/document/d/1Hhh_31ZlplT06UaVVwf1so7PnIBRCbT60tCBNn7zHiQ/edit" target = "_blank" > Mass Effect Legendary Edition< / a > < / li >
< li > < a href = "https://docs.google.com/document/d/1BTMJ1c-NOjU9q7qNftZac6jkOPluyucILglovcHtiaI/edit" target = "_blank" > Star Wars: Knights of the Old Republic< / a > < / li >
< li > < a href = "https://docs.google.com/document/d/15HbD-k-D8WHrp10IjIryAguhq7k2W94pkuGys7Z7xNM/edit" target = "_blank" > Star Wars: Knights of the Old Republic II: The Sith Lords< / a > < / li >
< li > < a href = "https://docs.google.com/document/d/1LMMd3yRtLYb35A7oNEN1hRUsoe9-vo2MfMxcM2Wq0MI/edit" target = "_blank" > Stardew Valley< / a > < / li >
< / ul >
< / 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-13 11:57:38 +00:00
< footer class = "main-footer" > < / footer >
2023-06-15 09:18:46 +00:00
< / body >
< / html >