OctoSpaccHub/public/index.html

34 lines
1.6 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>
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/Font_F25_Bank_Printer.css" rel="stylesheet">
<link href="assets/css/Dark.css" rel="stylesheet">
<script src="assets/js/RandomGIF.js"></script>
<script> top.glob = "assets/gif/bg/"; </script>
2020-10-30 17:16:19 +01:00
</head>
<body id="body">
2020-10-31 10:42:39 +01:00
<div class="container" 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>
<p>The only thing that's here now is my blog-like thingy, only in Italian.</p>
<h3>You can reach it at <a href="blog/it/">/blog/it/</a>.</h3><br><br>
<h5>(And if you don't understand Italian but still want to see something...<br>Why don't you use <a href="https://translate.google.com/translate?sl=it&tl=en&u=https%3A%2F%2Foctospacc.gitlab.io%2Fblog%2Fit">Google</a>/<a href="https://www.translatetheweb.com/?ref=TVert&from=&to=en&a=https%3A%2F%2Foctospacc.gitlab.io%2Fblog%2Fit">Bing</a>/whatever Translator?)</h5>
</div>
<div class="footer">
<h3>Footer</h3>
2020-10-30 17:16:19 +01:00
</div>
</body>
</html>