summaryrefslogtreecommitdiff
path: root/about.html
diff options
context:
space:
mode:
authorLinuxWizard42 <linuxwizard@voidnet.dy.fi>2022-11-29 18:45:34 +0200
committerLinuxWizard42 <linuxwizard@voidnet.dy.fi>2022-11-29 18:45:34 +0200
commit8736d3ec6bd07e583bfecc187beae702842535cc (patch)
treeb3553eedcf116f9cf5d091c71332f1bc1ed3ab1f /about.html
parent173b2c53ab1f1aca766bd2ef7d140ef0ef70390b (diff)
downloadVoidNet_Site-8736d3ec6bd07e583bfecc187beae702842535cc.tar.gz
VoidNet_Site-8736d3ec6bd07e583bfecc187beae702842535cc.tar.zst
Changed file locations
Diffstat (limited to 'about.html')
-rw-r--r--about.html58
1 files changed, 0 insertions, 58 deletions
diff --git a/about.html b/about.html
deleted file mode 100644
index 0324928..0000000
--- a/about.html
+++ /dev/null
@@ -1,58 +0,0 @@
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-<meta name="referrer" content="same-origin"/>
-<meta name="viewport" content="width=device-width, initial-scale=0.7"/>
-<meta name="description" content="VoidNet Server Network"/>
-<meta name="og:title" content="VoidNet"/>
-<meta name="og:description" content="VoidNet Server Network"/>
-<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.2/js/bootstrap.bundle.min.js" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/javascript"></script>
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.2/css/bootstrap.min.css"crossorigin="anonymous" referrerpolicy="no-referrer" type="text/css"/>
-<link rel="stylesheet" href="css/voidnet.css" type="text/css"/>
-<title>About - VoidNet</title>
-<html>
-<body>
-<nav class="navbar navbar-dark dark_navbar navbar-expand-lg mb-2 shadow">
-<div class="container-fluid">
-<img class="navbar_logo" src="img/voidnet_logo.png"></img>
-<hr width="20px" height="0px"></hr>
-<button class="navbar-toggler me-auto" type="button" data-bs-toggle="collapse" data-bs-target="#mnav"><span class="wtext">Menu</span></button>
-<div class="collapse navbar-collapse" id="mnav">
-<ul class="navbar-nav me-auto">
-<li class="nav-item"><a class="nav-link navbar_link" href="index.html">Home</a></li>
-<li class="nav-item"><a class="nav-link navbar_link" href="servers.html">Servers</a></li>
-<li class="nav-item"><a class="nav-link navbar_link" href="software.html">Software</a></li>
-<li class="nav-item"><a href="/forum" class="nav-link navbar_link">Forum</a></li>
-<li class="nav-item dropdown">
-<a href="#" class="nav-link navbar_link dropdown-toggle" data-bs-toggle="dropdown">Other</a>
-<ul class="dropdown-menu dark_navbar">
-<li><a href="/server_status.php" class="dropdown-item wtext dropdown_item_transition">Server status</a></li>
-<li><a class="dropdown-item wtext dropdown_item_transition" href="https://twitter.com/VoidNetServers" target="_blank" rel="noopener noreferer">VoidNet Twitter</a></li>
-<li><a class="dropdown-item wtext dropdown_item_transition" href="https://discord.gg/dZ7Kd2RqSv" target="_blank" rel="noopener noreferer">VoidNet Discord</a></li>
-<li><a class="dropdown-item wtext dropdown_item_transition" href="contact.php">Contact</a></li>
-<li><a class="dropdown-item wtext dropdown_item_transition" href="about.html">About</a></li>
-</ul>
-</li>
-</ul>
-</div>
-</div>
-</nav>
-<div class="container-fluid h-100">
-<div class="container-fluid w-100 mb-4 content_box shadow rounded-2">
-<center>
-<img src="img/voidnet_logo.png" width="128px" height="128px"></img>
-<br/>
-<h1 class="wtext content_title">About</h1>
-<span class="wtext content_text">
-VoidNet is server network for hosting any servers that come to mind.
-<br/>
-Originally hosting servers started in 2012 and the name has changed multiple times since then ending up currently being named VoidNet.
-<br/>
-VoidNet is also open to all ideas for servers to host (it doesn't mean every single idea would be hosted though).
-<br/>
-Sometimes there's also some software released but that's not the main focus of VoidNet, VoidNet is mainly server hosting focused.
-</span>
-</center>
-<br/>
-</div>
-</div>
-</body>
-</html> \ No newline at end of file