initial commit

This commit is contained in:
iRaven 2024-05-22 12:53:44 -05:00
commit ff82b0f069
2 changed files with 21 additions and 0 deletions

3
default.css Normal file
View File

@ -0,0 +1,3 @@
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

18
index.html Normal file
View File

@ -0,0 +1,18 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="default.css">
<meta name="robots" content="noindex,nofollow">
</head>
<body>
<center>
<img src="https://cdn.iraven.net/img/technolog/tng_logo3.2.png" width="200">
<br>
<h1>Technolog Networks</h1>
<h2>Internal Use Only</h2>
<hr>
<p>You are not on the internal network.</p>
<p>Please connect to the Technolog Networks internal network via local access or VPN to access this service.</p>
<i>If you have received this notice in error, please contact <a href="mailto:intsupport@iraven.net">intsupport@iraven.net</a></i>
</center>
</body>
</html>