2024-02-08 12:59:09 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
|
|
<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">
|
2025-08-17 01:06:20 +02:00
|
|
|
<link rel="shortcut icon" type="image/jpg" href="/Assets/Avatar_editv3.png">
|
2024-02-08 12:59:09 +01:00
|
|
|
<title>Moon Moon's hub</title>
|
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
|
|
|
|
|
<script src="navigation.js" defer></script>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<header class="primary-header flex">
|
|
|
|
|
<div>
|
2025-08-17 01:06:20 +02:00
|
|
|
<img src="/Assets/MyLogo.png" alt="M^2" class="logo">
|
2024-02-08 12:59:09 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<button class="mobile-nav-toggle" aria-controls="primary-navigation"><span class="sr-only" aria-expanded="false">Menu</span></button>
|
|
|
|
|
<nav>
|
|
|
|
|
<ul id="primary-navigation" data-visible="false" class="primary-navigation flex">
|
2026-04-12 17:27:20 +02:00
|
|
|
<li><a class="ff-sans-cond uppercase text-white letter-spacing-1" href="https://lab1.moonmoon.tech"><span aria-hidden="true">01</span>Dashboard</a>
|
|
|
|
|
<li><a class="ff-sans-cond uppercase text-white letter-spacing-1" href="https://tech.moonmoon.tech"><span aria-hidden="true">02</span>IT.tools</a>
|
|
|
|
|
<li><a class="ff-sans-cond uppercase text-white letter-spacing-1" href="https://myip.moonmoon.tech"><span aria-hidden="true">03</span>IP.tools</a>
|
|
|
|
|
<li><a class="ff-sans-cond uppercase text-white letter-spacing-1" href="https://omni.moonmoon.tech"><span aria-hidden="true">04</span>Omni.tools</a>
|
2025-08-17 01:06:20 +02:00
|
|
|
<li><a class="ff-sans-cond uppercase text-white letter-spacing-1" href="https://ll.moonmoon.tech"><span aria-hidden="true">05</span>Socials</a>
|
2024-02-08 12:59:09 +01:00
|
|
|
</ul>
|
|
|
|
|
</nav>
|
|
|
|
|
</header>
|
|
|
|
|
|
|
|
|
|
<div class="background"></div>
|
|
|
|
|
|
|
|
|
|
<main id="main" class="grid-container grid-container--home">
|
|
|
|
|
<div>
|
|
|
|
|
<h1 class="text-accent fs-500 ff-sans-cond uppercase letter-spacing-1">Welcome to
|
|
|
|
|
<span class="d-block fs-900 ff-serif text-white">Moon Moon's Hub</span></h1>
|
2026-04-12 17:27:20 +02:00
|
|
|
|
|
|
|
|
<p>I am a 29-year-old Norwegian guy that occasionally streams, is a tech head, and hosts various things on my local server.
|
2024-02-08 12:59:09 +01:00
|
|
|
Some of these you can check out at my dashborad.</p>
|
|
|
|
|
</div>
|
|
|
|
|
</main>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
<footer>
|
|
|
|
|
<div class="social-buttons">
|
|
|
|
|
<a href="https://twitter.com/M0onmo0nGaming"><i class="fa-brands fa-x-twitter"></i></a>
|
|
|
|
|
<a href="https://www.twitch.tv/m0onmo0ngaming"><i class="fa-brands fa-twitch"></i></a>
|
2025-08-17 01:06:20 +02:00
|
|
|
<a href="https://github.com/m0onmo0n"><i class="fa-brands fa-github"></i></a>
|
2024-02-08 12:59:09 +01:00
|
|
|
<a href="https://www.youtube.com/@M0onMo0n"><i class="fa-brands fa-youtube"></i></a>
|
|
|
|
|
<a href="mailto:admin@moonmoon.tech"><i class="fa-solid fa-envelope"></i></a>
|
|
|
|
|
</div>
|
|
|
|
|
</footer>
|
2025-08-17 01:06:20 +02:00
|
|
|
</html>
|