mirror of
https://gitlab.com/octospacc/octospacc.gitlab.io
synced 2024-12-31 19:07:26 +01:00
52 lines
1.9 KiB
HTML
52 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>OctoSpacc Place | Start Page</title>
|
|
<meta name="description" content="Kinda empty :/">
|
|
<meta property="og:title" content="OctoSpacc Place | Start Page">
|
|
<meta property="og:description" content="Kinda empty :/">
|
|
<meta property="og:url" content="https://octospacc.gitlab.io/">
|
|
<meta property="og:image" content="RichPreview/index.jpg">
|
|
<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">
|
|
<script src="https://cdn.jsdelivr.net/npm/js-confetti@latest/dist/js-confetti.browser.js"></script>
|
|
<link href="Assets/CSS/Dark.css" rel="stylesheet">
|
|
<script src="Assets/JS/RandomGIF.js"></script>
|
|
<script src="Assets/JS/CurrentAge.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="ConfettiCanvas"></div>
|
|
<div class="Content" style="text-align: center;">
|
|
<h1>OctoSpacc Place</h1><br><br>
|
|
<p>
|
|
<h3>Will this place ever be filled up?</h3>
|
|
<h5>At the moment it is just a glorified hub...</h5><br><br><br>
|
|
</p>
|
|
<p>
|
|
<h4><a href="https://octospacc.gitlab.io/FumoPrisms">🔺️ Fumo Prisms (!)</a></h4>
|
|
<h4><a href="./Ecoji">🦜 Ecoji v1 (mirror)</a></h4>
|
|
<br>
|
|
<h4><a href="https://octtspacc.gitlab.io/bachecoctt">🔖️ bachecoctt</a> (My WebPinBoard)</h4>
|
|
<br>
|
|
<h4><a href="https://sitoctt.octt.eu.org">[🇮🇹] ✨sitoctt✨</a> (blog/personale)</h4>
|
|
<br>
|
|
</p>
|
|
<div>
|
|
<br><br>
|
|
<p id="CurrentAge"></p>
|
|
<noscript><p>There should be a ticking clock here, but your browser isn't loading the JavaScript.</p></noscript>
|
|
<br>
|
|
</div>
|
|
<br><br><br>
|
|
</div>
|
|
<script src="Assets/JS/CurrentAgeRenderIndex.js"></script>
|
|
<div class="Footer">
|
|
<a rel="me" href="https://mastodon.uno/@octo">-> Mastodon 🐘</a>
|
|
<span> </span>
|
|
<a rel="me" href="https://gitlab.com/octospacc">-> GitLab 🦊</a>
|
|
</div>
|
|
</body>
|
|
</html>
|