Initial commit

This commit is contained in:
iRaven 2024-10-27 03:30:33 -05:00
commit bcd47f4698
2 changed files with 18 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;
}

15
index.html Normal file
View File

@ -0,0 +1,15 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="default.css">
<meta name="robots" content="noindex,nofollow">
</head>
<body>
<center>
<img src="https://cdn.technolog.network/img/technolog/tng_logo4_horizontal.png" width="650">
<br>
<h2>Reverse Proxy</h2>
<hr>
<p>hi from reverse proxy server lol</p>z
</center>
</body>
</html>