34 lines
1.4 KiB
HTML
34 lines
1.4 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en" dir="ltr">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
|
||
|
<meta property="og:url" content="https://leilukin.neocities.org/">
|
||
|
<meta property="og:type" content="website">
|
||
|
<meta property="og:title" content="Leilukin's Hub">
|
||
|
<meta property="og:description" content="Welcome to Leilukin's personal website">
|
||
|
|
||
|
<link rel="stylesheet" href="/index.css" type="text/css" media="all">
|
||
|
<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">
|
||
|
|
||
|
<title>Leilukin's Hub</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<main>
|
||
|
|
||
|
<img src="/assets/Leilukins-Hub-website-banner.png" width="100%" height="auto" alt="Leilukin's Hub website banner">
|
||
|
<h1>Leilukin's Hub</h1>
|
||
|
|
||
|
<p>Hello! Welcome to my website!</p>
|
||
|
|
||
|
<a href="/home.html"><button class="indexBtn">Home Page</button></a>
|
||
|
<a href="/sitemap.html"><button class="indexBtn">Site Map</button></a>
|
||
|
|
||
|
</main>
|
||
|
</body>
|
||
|
</html>
|