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/mycreations">
|
|
|
|
<meta property="og:type" content="website">
|
|
|
|
<meta property="og:site_name" content="Leilukin's Hub">
|
|
|
|
<meta property="og:title" content="My Creations | Leilukin's Hub">
|
|
|
|
<meta property="og:description" content="Links to my works not are not featured on this website.">
|
|
|
|
|
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>My Creations | 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> -->
|
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>My Creations</h1>
|
|
|
|
|
|
|
|
<h2>Drawings</h2>
|
|
|
|
<p>My drawings can be found on my art blog on Tumblr:</p>
|
2023-06-22 18:05:23 +00:00
|
|
|
<a class="link-btn" href="https://leilukinart.tumblr.com/" target="_blank">🎨 Leilukin's Art Blog</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-06-27 14:57:47 +00:00
|
|
|
<footer></footer>
|
2023-06-15 09:18:46 +00:00
|
|
|
</body>
|
|
|
|
</html>
|