From 8736d3ec6bd07e583bfecc187beae702842535cc Mon Sep 17 00:00:00 2001 From: LinuxWizard42 Date: Tue, 29 Nov 2022 18:45:34 +0200 Subject: Changed file locations --- about.html | 58 -------------------------------- about/index.html | 60 +++++++++++++++++++++++++++++++++ contact.php | 83 --------------------------------------------- contact/index.php | 85 +++++++++++++++++++++++++++++++++++++++++++++++ flashrunner/index.html | 21 +++++++----- index.html | 20 ++++++----- server-status/index.php | 53 +++++++++++++++++++++++++++++ server_status.php | 52 ----------------------------- servers.html | 62 ---------------------------------- servers/index.html | 64 +++++++++++++++++++++++++++++++++++ software.html | 65 ------------------------------------ software/index.html | 67 +++++++++++++++++++++++++++++++++++++ statsapiserver/index.html | 22 ++++++------ wizardbot/index.html | 20 ++++++----- wizardbotv2/index.html | 20 ++++++----- 15 files changed, 386 insertions(+), 366 deletions(-) delete mode 100644 about.html create mode 100644 about/index.html delete mode 100644 contact.php create mode 100644 contact/index.php create mode 100644 server-status/index.php delete mode 100644 server_status.php delete mode 100644 servers.html create mode 100644 servers/index.html delete mode 100644 software.html create mode 100644 software/index.html diff --git a/about.html b/about.html deleted file mode 100644 index 0324928..0000000 --- a/about.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - -About - VoidNet - - - -
-
-
- -
-

About

- -VoidNet is server network for hosting any servers that come to mind. -
-Originally hosting servers started in 2012 and the name has changed multiple times since then ending up currently being named VoidNet. -
-VoidNet is also open to all ideas for servers to host (it doesn't mean every single idea would be hosted though). -
-Sometimes there's also some software released but that's not the main focus of VoidNet, VoidNet is mainly server hosting focused. -
-
-
-
-
- - \ No newline at end of file diff --git a/about/index.html b/about/index.html new file mode 100644 index 0000000..cbe0e15 --- /dev/null +++ b/about/index.html @@ -0,0 +1,60 @@ + + + + + + + + + + + + +About - VoidNet + + + +
+
+
+ +
+

About

+ +VoidNet is server network for hosting any servers that come to mind. +
+Originally hosting servers started in 2012 and the name has changed multiple times since then ending up currently being named VoidNet. +
+VoidNet is also open to all ideas for servers to host (it doesn't mean every single idea would be hosted though). +
+Sometimes there's also some software released but that's not the main focus of VoidNet, VoidNet is mainly server hosting focused. +
+
+
+
+
+ + \ No newline at end of file diff --git a/contact.php b/contact.php deleted file mode 100644 index 8551372..0000000 --- a/contact.php +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - -Contact - VoidNet - - - -
-
-
-

Contact

-Success, your message was sent.
'; - } - else - { - echo '
Error: failed to send message.
'; - } - unset( $user_email ); - } - else - { - echo '
Error: given email is not valid email address.
'; - } - } - else - { - echo '
Error: you didn\'t enter email or message.
'; - } -} -?> -
- -
- -
- -
- -
- -
- -
-
- - - \ No newline at end of file diff --git a/contact/index.php b/contact/index.php new file mode 100644 index 0000000..a96ec04 --- /dev/null +++ b/contact/index.php @@ -0,0 +1,85 @@ + + + + + + + + + + + + +Contact - VoidNet + + + +
+
+
+

Contact

+Success, your message was sent.
'; + } + else + { + echo '
Error: failed to send message.
'; + } + unset( $user_email ); + } + else + { + echo '
Error: given email is not valid email address.
'; + } + } + else + { + echo '
Error: you didn\'t enter email or message.
'; + } +} +?> +
+ +
+ +
+ +
+ +
+ +
+ +
+
+ + + \ No newline at end of file diff --git a/flashrunner/index.html b/flashrunner/index.html index 5f12cb0..eeeb2b4 100644 --- a/flashrunner/index.html +++ b/flashrunner/index.html @@ -1,34 +1,37 @@ + + + - + FlashRunner - VoidNet - +