summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--about/index.html6
-rw-r--r--contact/index.php10
-rw-r--r--flashrunner/index.html6
-rw-r--r--index.html6
-rw-r--r--server-status/index.php6
-rw-r--r--servers/index.html6
-rw-r--r--software/index.html6
-rw-r--r--statsapiserver/index.html6
-rw-r--r--wizardbot/index.html6
-rw-r--r--wizardbotv2/index.html6
10 files changed, 33 insertions, 31 deletions
diff --git a/about/index.html b/about/index.html
index 7476eae..0a8340f 100644
--- a/about/index.html
+++ b/about/index.html
@@ -7,8 +7,8 @@
<meta name="og:description" content="VoidNet Server Network"/>
<html>
<head>
-<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"/>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/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.3/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>
</head>
@@ -56,4 +56,4 @@ Sometimes there's also some software released but that's not the main focus of V
</div>
</div>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/contact/index.php b/contact/index.php
index e9bc0c7..20666e9 100644
--- a/contact/index.php
+++ b/contact/index.php
@@ -7,8 +7,8 @@
<meta name="og:description" content="VoidNet Server Network"/>
<html>
<head>
-<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"/>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/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.3/css/bootstrap.min.css" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/css"/>
<link rel="stylesheet" href="/css/voidnet.css" type="text/css"/>
<title>Contact - VoidNet</title>
</head>
@@ -45,7 +45,9 @@ if ( $_SERVER['REQUEST_METHOD'] === 'POST' ){
if ( isset($_POST['sender_email'], $_POST['message']) && !empty($_POST['sender_email']) && !empty($_POST['message']) ){
$user_email = NULL;
if ( ($user_email = filter_var($_POST['sender_email'], FILTER_VALIDATE_EMAIL)) !== false ){
- if ( mail('linuxwizard@voidnet.dy.fi', 'Message from VoidNet contact page', 'Message from ' . $user_email . ":\r\n\r\n" . $_POST['message']) ){
+ if ( mail('linuxwizard@voidnet.dy.fi', 'Message from VoidNet contact page', 'Message from ' . $user_email . ":
+
+" . $_POST['message']) ){
echo '<div class="alert alert-success w-75 mt-1"><span class="content_text">Success, your message was sent.</span></div>';
}
else
@@ -81,4 +83,4 @@ if ( $_SERVER['REQUEST_METHOD'] === 'POST' ){
</div>
</div>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/flashrunner/index.html b/flashrunner/index.html
index 34a4036..7203072 100644
--- a/flashrunner/index.html
+++ b/flashrunner/index.html
@@ -7,8 +7,8 @@
<meta name="og:description" content="VoidNet Server Network"/>
<html>
<head>
-<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"/>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/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.3/css/bootstrap.min.css" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/css"/>
<link rel="stylesheet" href="/css/voidnet.css" type="text/css"/>
<title>FlashRunner - VoidNet</title>
</head>
@@ -68,4 +68,4 @@ Source code for latest release can be found at <a href="https://voidnet.dy.fi/cg
</div>
</div>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/index.html b/index.html
index 95cfe03..d95626c 100644
--- a/index.html
+++ b/index.html
@@ -7,8 +7,8 @@
<meta name="og:description" content="VoidNet Server Network"/>
<html>
<head>
-<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"/>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/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.3/css/bootstrap.min.css" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/css"/>
<link rel="stylesheet" href="/css/voidnet.css" type="text/css"/>
<title>Home - VoidNet</title>
</head>
@@ -56,4 +56,4 @@ The <a href="/about">about page</a> has information what VoidNet is about.
</div>
</div>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/server-status/index.php b/server-status/index.php
index 49a2a76..2da8a2b 100644
--- a/server-status/index.php
+++ b/server-status/index.php
@@ -6,8 +6,8 @@
<meta name="og:title" content="VoidNet"/>
<meta name="og:description" content="VoidNet Server Network"/>
<html>
-<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"/>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/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.3/css/bootstrap.min.css" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/css"/>
<link rel="stylesheet" href="/css/voidnet.css" type="text/css"/>
<title>Server status - VoidNet</title>
</head>
@@ -49,4 +49,4 @@
</div>
</div>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/servers/index.html b/servers/index.html
index 8ed0db7..fd55b0d 100644
--- a/servers/index.html
+++ b/servers/index.html
@@ -7,8 +7,8 @@
<meta name="og:description" content="VoidNet Server Network"/>
<html>
<head>
-<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"/>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/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.3/css/bootstrap.min.css" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/css"/>
<link rel="stylesheet" href="/css/voidnet.css" type="text/css"/>
<title>Servers - VoidNet</title>
</head>
@@ -60,4 +60,4 @@ Cgit: <a href="https://voidnet.dy.fi/cgit" target="_blank" rel="noopener">https:
</div>
</div>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/software/index.html b/software/index.html
index 245dbbf..7cbdb1b 100644
--- a/software/index.html
+++ b/software/index.html
@@ -7,8 +7,8 @@
<meta name="og:description" content="VoidNet Server Network"/>
<html>
<head>
-<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"/>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/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.3/css/bootstrap.min.css" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/css"/>
<link rel="stylesheet" href="/css/voidnet.css" type="text/css"/>
<title>Software - VoidNet</title>
</head>
@@ -63,4 +63,4 @@ This page has list of software created by VoidNet owner or other people who want
</div>
</div>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/statsapiserver/index.html b/statsapiserver/index.html
index 77e3d08..2e1c83d 100644
--- a/statsapiserver/index.html
+++ b/statsapiserver/index.html
@@ -7,8 +7,8 @@
<meta name="og:description" content="VoidNet Server Network"/>
<html>
<head>
-<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" integrity="sha512-XWTTruHZEYJsxV3W/lSXG1n3Q39YIWOstqvmFsdNEEQfHoZ6vm6E9GK2OrF6DSJSpIbRbi+Nn0WDPID9O7xB2Q==" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/css"/>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/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.3/css/bootstrap.min.css" integrity="sha512-XWTTruHZEYJsxV3W/lSXG1n3Q39YIWOstqvmFsdNEEQfHoZ6vm6E9GK2OrF6DSJSpIbRbi+Nn0WDPID9O7xB2Q==" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/css"/>
<link rel="stylesheet" href="/css/voidnet.css" type="text/css"/>
<title>StatsAPIServer - VoidNet</title>
</head>
@@ -60,4 +60,4 @@ The compiled output will be statsapiserver in the source code directory.
</div>
</div>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/wizardbot/index.html b/wizardbot/index.html
index 86571e5..7fcfdfb 100644
--- a/wizardbot/index.html
+++ b/wizardbot/index.html
@@ -7,8 +7,8 @@
<meta name="og:description" content="VoidNet Server Network"/>
<html>
<head>
-<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"/>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/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.3/css/bootstrap.min.css" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/css"/>
<link rel="stylesheet" href="/css/voidnet.css" type="text/css"/>
<title>WizardBot - VoidNet</title>
</head>
@@ -140,4 +140,4 @@ Programming language the bot is written in: C
</div>
</div>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/wizardbotv2/index.html b/wizardbotv2/index.html
index 4561701..47d0193 100644
--- a/wizardbotv2/index.html
+++ b/wizardbotv2/index.html
@@ -7,8 +7,8 @@
<meta name="og:description" content="VoidNet Server Network"/>
<html>
<head>
-<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"/>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/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.3/css/bootstrap.min.css" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/css"/>
<link rel="stylesheet" href="/css/voidnet.css" type="text/css"/>
<title>WizardBot V2 - VoidNet</title>
</head>
@@ -79,4 +79,4 @@ Programming language the bot is written in: C
</div>
</div>
</body>
-</html> \ No newline at end of file
+</html>