2020-10-30 17:16:19 +01:00
|
|
|
<!DOCTYPE html>
|
2020-10-31 12:56:53 +01:00
|
|
|
<html lang="en">
|
2020-10-30 17:16:19 +01:00
|
|
|
|
|
|
|
<head>
|
2020-10-30 22:27:02 +01:00
|
|
|
<title>OctoSpacc Momentum | Start Page</title>
|
|
|
|
<meta name="description" content="The starting page of my pretty strange Web world.">
|
|
|
|
<meta property="og:title" content="OctoSpacc Momentum | Start Page">
|
|
|
|
<meta property="og:description" content="The starting page of my pretty strange Web world.">
|
|
|
|
<meta property="og:url" content="https://octospacc.gitlab.io/">
|
|
|
|
<meta property="og:image" content="richpreview/index.png">
|
|
|
|
|
2020-10-30 17:16:19 +01:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2020-10-30 21:56:13 +01:00
|
|
|
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
|
2020-10-30 17:16:19 +01:00
|
|
|
<link href="assets/css/Dark.css" rel="stylesheet">
|
2020-10-31 12:56:53 +01:00
|
|
|
<script src="assets/js/RandomGIF.js"></script>
|
|
|
|
<script> top.glob = "assets/gif/bg/"; </script>
|
2020-10-30 17:16:19 +01:00
|
|
|
</head>
|
|
|
|
|
2020-10-31 18:57:29 +01:00
|
|
|
<body>
|
|
|
|
<div class="content" style="text-align: center;">
|
2020-10-31 12:56:53 +01:00
|
|
|
<h1>OctoSpacc Momentum</h1><br><br><br><br>
|
2021-09-13 15:19:33 +02:00
|
|
|
<h3>Currently empty :(</h3><br><br><br>
|
2020-10-30 17:16:19 +01:00
|
|
|
</div>
|
2020-10-31 18:57:29 +01:00
|
|
|
|
2020-10-30 17:16:19 +01:00
|
|
|
</body>
|
|
|
|
|
2021-04-13 16:07:36 +02:00
|
|
|
</html>
|