From bcd47f4698d2c7081bc55c7a8ac64620705e71c1 Mon Sep 17 00:00:00 2001 From: iRaven4522 Date: Sun, 27 Oct 2024 03:30:33 -0500 Subject: [PATCH] Initial commit --- default.css | 3 +++ index.html | 15 +++++++++++++++ 2 files changed, 18 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..4c10a53 --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + + + + + +
+ +
+

Reverse Proxy

+
+

hi from reverse proxy server lol

z +
+ + \ No newline at end of file