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>
|
2022-09-06 20:44:58 +02:00
|
|
|
<title>OctoSpacc Place | Hub</title>
|
2022-04-17 18:14:35 +02:00
|
|
|
<meta name="description" content="Kinda empty :/">
|
2022-09-06 20:44:58 +02:00
|
|
|
<meta property="og:title" content="OctoSpacc Place | Hub">
|
2022-04-17 18:14:35 +02:00
|
|
|
<meta property="og:description" content="Kinda empty :/">
|
2022-09-06 20:44:58 +02:00
|
|
|
<meta property="og:url" content="https://hub.octt.eu.org">
|
2021-09-23 22:36:25 +02:00
|
|
|
<meta property="og:image" content="RichPreview/index.jpg">
|
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">
|
2022-04-23 00:19:31 +02:00
|
|
|
<script src="https://cdn.jsdelivr.net/npm/js-confetti@latest/dist/js-confetti.browser.js"></script>
|
2021-09-22 22:58:20 +02:00
|
|
|
<link href="Assets/CSS/Dark.css" rel="stylesheet">
|
|
|
|
<script src="Assets/JS/RandomGIF.js"></script>
|
2022-04-17 19:19:29 +02:00
|
|
|
<script src="Assets/JS/CurrentAge.js"></script>
|
2020-10-30 17:16:19 +01:00
|
|
|
</head>
|
2020-10-31 18:57:29 +01:00
|
|
|
<body>
|
2022-04-23 00:19:31 +02:00
|
|
|
<div id="ConfettiCanvas"></div>
|
2021-09-22 22:58:20 +02:00
|
|
|
<div class="Content" style="text-align: center;">
|
2022-09-06 20:44:58 +02:00
|
|
|
<div>
|
|
|
|
<h1>OctoSpacc Hub</h1><br><br>
|
2022-09-05 16:29:51 +02:00
|
|
|
<h3>Will this place ever be filled up?</h3>
|
2022-10-29 16:40:35 +02:00
|
|
|
<h5>At the moment, it remains just a simple hub...</h5>
|
2022-09-06 20:44:58 +02:00
|
|
|
</div>
|
|
|
|
<br><br><br>
|
|
|
|
<div id="Links"><div>
|
2022-09-05 16:29:51 +02:00
|
|
|
<h4><a href="https://sitoctt.octt.eu.org">[🇮🇹] ✨sitoctt✨</a> (blog/personale)</h4>
|
2022-09-27 00:04:49 +02:00
|
|
|
<h4><a href="https://kb.octt.eu.org">📝 OcttKB</a> (knowledge base)</h4>
|
|
|
|
<h4><del><a href="https://octtspacc.gitlab.io/bachecoctt">🔖️ bachecoctt</a> (my WebPinBoard)</del></h4>
|
2022-06-07 17:06:23 +02:00
|
|
|
<br>
|
2022-09-06 20:44:58 +02:00
|
|
|
<h4><a href="./Ecoji">🦜 Ecoji v1</a> (webapp fork)</h4>
|
|
|
|
<h4><a href="./HashyMagnet">🧲 BitTorrent Hash to Magnet</a></h4>
|
|
|
|
<br>
|
|
|
|
<h4><a href="https://octospacc.gitlab.io/FumoPrisms">🔺️ Fumo Prisms (!)</a></h4>
|
|
|
|
</div></div>
|
|
|
|
<br><br><br>
|
|
|
|
<div id="AgeDiv">
|
2022-04-17 19:19:29 +02:00
|
|
|
<p id="CurrentAge"></p>
|
|
|
|
<noscript><p>There should be a ticking clock here, but your browser isn't loading the JavaScript.</p></noscript>
|
2022-04-17 19:32:59 +02:00
|
|
|
<br>
|
2022-04-17 19:19:29 +02:00
|
|
|
</div>
|
2022-10-29 16:40:35 +02:00
|
|
|
<br><br>
|
2020-10-30 17:16:19 +01:00
|
|
|
</div>
|
2022-04-22 10:04:16 +02:00
|
|
|
<script src="Assets/JS/CurrentAgeRenderIndex.js"></script>
|
2022-06-07 17:06:23 +02:00
|
|
|
<div class="Footer">
|
2022-10-29 16:40:35 +02:00
|
|
|
<span class="FlexItem FooterLeft">
|
|
|
|
<a href="https://gitlab.com/octospacc/octospacc.gitlab.io">📐 Sources <-</a>
|
|
|
|
</span>
|
|
|
|
<span> </span>
|
|
|
|
<span class="FlexItem FooterRight">
|
|
|
|
<a rel="me" href="https://gitlab.com/octospacc">-> GitLab 🦊</a>
|
|
|
|
<span> </span>
|
|
|
|
<a rel="me" href="https://mastodon.uno/@octo">-> Mastodon 🐘</a>
|
|
|
|
<span> </span>
|
|
|
|
<a rel="me" href="https://botsin.space/@octtpz">-> pezziposting 🦜</a>
|
2022-09-06 20:44:58 +02:00
|
|
|
<span> </span>
|
2023-01-18 21:41:34 +01:00
|
|
|
<a href="https://spacc-inc.github.io">-> Spacc ⛏️</a>
|
2022-10-29 16:40:35 +02:00
|
|
|
</span>
|
2022-05-02 12:48:05 +02:00
|
|
|
</div>
|
2020-10-30 17:16:19 +01:00
|
|
|
</body>
|
2023-01-18 21:41:34 +01:00
|
|
|
</html>
|