From ff82b0f069e9ec5f8588d621573c688f5ff74485 Mon Sep 17 00:00:00 2001 From: iRaven Date: Wed, 22 May 2024 12:53:44 -0500 Subject: [PATCH] initial commit --- default.css | 3 +++ index.html | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 default.css create mode 100644 index.html diff --git a/default.css b/default.css new file mode 100644 index 0000000..00bf761 --- /dev/null +++ b/default.css @@ -0,0 +1,3 @@ +body { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..2e70982 --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ + + + + + + +
+ +
+

Technolog Networks

+

Internal Use Only

+
+

You are not on the internal network.

+

Please connect to the Technolog Networks internal network via local access or VPN to access this service.

+ If you have received this notice in error, please contact intsupport@iraven.net +
+ + \ No newline at end of file