2023-06-15 09:18:46 +00:00
<!DOCTYPE html>
< html lang = "en" dir = "ltr" >
< 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/featured" >
< meta property = "og:type" content = "website" >
< meta property = "og:site_name" content = "Leilukin's Hub" >
< meta property = "og:title" content = "Featured | Leilukin's Hub" >
< meta property = "og:description" content = "Compilation of me and my work getting featured on other websites or platforms, including interviews and spotlights." >
< link rel = "stylesheet" href = "./featured.css" type = "text/css" media = "all" >
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-15 10:47:30 +00:00
< script src = "/main.js" defer > < / script >
2023-06-15 09:18:46 +00:00
< title > Featured | Leilukin's Hub< / title >
< / head >
< body >
< div id = "container" >
< div id = "headerArea" >
< div id = "header" > < / div >
< / div >
< div id = "flex" >
< aside id = "leftSidebar" >
< div class = "sidebar-content" >
< div id = "leftSidebarContent" >
< / div >
< / div >
< / aside >
< main >
< h1 > Featured< / h1 >
< h2 > Interviews with Me< / h2 >
< ul >
< li > < a href = "./kotor2-modder-interview-ars-technica.html" > The modders who spent 15 years fixing Knights of the Old Republic 2 @ Ars Technica< / a > < / li >
< li > < a href = "./lgbtq-booklet-interview-misi-bawang.html" > Artist Interview for MISI:Bawang's Floating in a Sky Full of Pride< / a > < / li >
< / ul >
< / main >
< / div >
< footer id = "footer" > < / footer >
< / div >
< / body >
< / html >