mirror of
https://gitlab.com/octospacc/octospacc.gitlab.io
synced 2025-01-08 14:51:17 +01:00
34 lines
1.2 KiB
HTML
34 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<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">
|
|
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
|
|
<link href="assets/css/Dark.css" rel="stylesheet">
|
|
<script src="assets/js/RandomGIF.js"></script>
|
|
<script> top.glob = "assets/gif/bg/"; </script>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="content" style="text-align: center;">
|
|
<h1>OctoSpacc Momentum</h1><br><br><br><br>
|
|
<h3>Welcome to my (I know) pretty strange Web world.</h3><br><br><br>
|
|
<h3>Available now:</h3>
|
|
<h4><a href="/stuff/OctoStatus.html">Octo Status Page</a>.</h4><br><br>
|
|
<div class="footer">
|
|
(C) OctoSpacc, 2020 | Content on this site is CC BY-SA 4.0 with some exceptions
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|