OctoSpaccHub/public/index.html

85 lines
3.3 KiB
HTML
Raw Normal View History

2020-10-30 17:16:19 +01:00
<!DOCTYPE html>
<html lang="en">
2020-10-30 17:16:19 +01:00
<head>
<title>OctoSpacc Place | Hub</title>
2022-04-17 18:14:35 +02:00
<meta name="description" content="Kinda empty :/">
<meta property="og:title" content="OctoSpacc Place | Hub">
2022-04-17 18:14:35 +02:00
<meta property="og:description" content="Kinda empty :/">
<meta property="og:url" content="https://hub.octt.eu.org">
<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>
<link href="./Assets/CSS/Dark.css" rel="stylesheet">
<script src="./Assets/JS/RandomGIF.js"></script>
<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;">
<div>
<h1>OctoSpacc Hub</h1><br/><br/>
<h3>Will this place ever be truly filled up?</h3>
<h5>At the moment, it's still kind of an humble hub...</h5>
</div>
<br/><br/><br/>
<div id="Links"><div>
<h4><!--
--><small>[🇮🇹]</small>
<a href="https://sitoctt.octt.eu.org">✨sitoctt✨</a>
<small>(long-form blog, personale)</small><!--
--></h4>
<h4><!--
--><a href="https://kb.octt.eu.org">📝 OcttKB</a>
2024-01-15 01:11:43 +01:00
<small>(knowledge base & personal wiki)</small><!--
--></h4>
<h4><!--
--><small>[🇮🇹]</small>
<a href="https://octospacc.altervista.org">📓️ fritto misto di octospacc</a>
<small>(microblog)</small><!--
--></h4>
<!--<h4><del><a href="https://octtspacc.gitlab.io/bachecoctt">🔖️ bachecoctt</a> (my WebPinBoard)</del></h4>-->
<br/>
<h4><a href="./HashyMagnet">🧲 HashyMagnet</a> <small>(BitTorrent Hash to Magnet)</small></h4>
<h4><a href="./Ecoji">🦜 Ecoji v1</a> <small>(webapp fork)</small></h4>
<h4><a href="./FramesBrowser">🪟️ Frames Browser</a></h4>
<h4><a href="./MatrixStickerHelper">🃏️ [Matrix] Sticker Helper</a></h4>
2024-01-15 01:11:43 +01:00
<h4><a href="./MBViewer">👁️‍🗨️️ MBViewer</a> <small>(chat-like UI for WordPress & co.)</small></h4>
<br/>
<h4><a href="https://octospacc.gitlab.io/FumoPrisms">🔺️ Fumo Prisms (!)</a></h4>
</div></div>
<br/><br/><br/>
2023-04-21 16:13:27 +02:00
<div id="OcttAgeView">
<p id="OcttCurrentAge"></p>
2022-04-17 19:19:29 +02:00
<noscript><p>There should be a ticking clock here, but your browser isn't loading the JavaScript.</p></noscript>
<br/>
2022-04-17 19:19:29 +02:00
</div>
<br/><br/>
2020-10-30 17:16:19 +01:00
</div>
<script src="./Assets/JS/CurrentAgeRenderIndex.js"></script>
2022-06-07 17:06:23 +02:00
<div class="Footer">
<span class="FlexItem FooterLeft">
<a href="https://gitlab.com/octospacc/octospacc.gitlab.io">📐 Sources &lt;-</a>
</span>
<span>&nbsp;&nbsp;&nbsp;</span>
<span class="FlexItem FooterRight">
<a rel="me" href="https://gitlab.com/octospacc">-&gt; GitLab 🦊</a>
<span>&nbsp;</span>
<a rel="me" href="https://github.com/andrigamerita">-&gt; GitHub 🐙️</a>
<span>&nbsp;</span>
<a rel="me" href="https://mastodon.uno/@octo">-&gt; Mastodon (<dfn title="inactive">💤️</dfn>) 🐘</a>
<!--<span>&nbsp;</span>
<a rel="me" href="https://botsin.space/@octtpz">-&gt; pezziposting 🦜</a>-->
<span>&nbsp;</span>
<a href="https://bbs.spacc.eu.org">-&gt; Forum 🏛️</a>
<span>&nbsp;</span>
2023-01-18 21:41:34 +01:00
<a href="https://spacc-inc.github.io">-&gt; Spacc ⛏️</a>
</span>
2022-05-02 12:48:05 +02:00
</div>
2020-10-30 17:16:19 +01:00
</body>
2023-04-21 16:13:27 +02:00
</html>