summaryrefslogtreecommitdiff
path: root/about/index.html
diff options
context:
space:
mode:
authorLinuxWizard42 <linuxwizard@voidnet.dy.fi>2023-06-07 17:14:29 +0300
committerLinuxWizard42 <linuxwizard@voidnet.dy.fi>2023-06-07 17:14:29 +0300
commit8dcb875f03749568558167c194f947635e6b6f9a (patch)
tree28f2c6ea1ba198ac6e8a1ccbc1e06ed23dff897c /about/index.html
downloadVoidNet_New-8dcb875f03749568558167c194f947635e6b6f9a.tar.gz
VoidNet_New-8dcb875f03749568558167c194f947635e6b6f9a.tar.zst
First commit
Diffstat (limited to 'about/index.html')
-rw-r--r--about/index.html46
1 files changed, 46 insertions, 0 deletions
diff --git a/about/index.html b/about/index.html
new file mode 100644
index 0000000..74ec6d3
--- /dev/null
+++ b/about/index.html
@@ -0,0 +1,46 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta name="viewport" content="width=device-width,initial-scale=0.7"/>
+<meta name="description" content="VoidNet Server Network"/>
+<meta property="og:title" content="VoidNet"/>
+<meta property="og:description" content="VoidNet Server Network"/>
+<title>About - VoidNet</title>
+<link rel="stylesheet" href="../css/voidnet.css" type="text/css"/>
+</head>
+<body>
+<div class="content">
+<center>
+<div class="page_header_background">
+<img src="../images/logo.svg"></img>
+</div>
+<br/>
+<div class="page_nav">
+<a class="nav_link" href="/">[Home]</a>
+<a class="nav_link" href="/servers">[Servers]</a>
+<a class="nav_link" href="https://steamcommunity.com/groups/VoidNet_" target="_blank" rel="noopener noreferrer">[Steam group]</a>
+<a class="nav_link" href="/about">[About]</a>
+</div>
+</center>
+<br/>
+<div class="content_inner">
+<center>
+<span class="content_title wtext">About VoidNet</span>
+</center>
+<br/>
+<br/>
+<span class="content_text">
+VoidNet is server network where different kinds of servers are hosted.
+<br/><br/>
+Hosting servers first started in july 2012 and name changes have happened multiple times since then currently being named VoidNet.
+<br/><br/>
+The owner of VoidNet has been doing programming since june 2008.
+</span>
+<br/>
+<br/>
+</div>
+</div>
+<br/>
+<br/>
+</body>
+</html>