Initial commit
This commit is contained in:
commit
bcd47f4698
3
default.css
Normal file
3
default.css
Normal file
@ -0,0 +1,3 @@
|
||||
body {
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
}
|
15
index.html
Normal file
15
index.html
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user