Add index.html

This commit is contained in:
therealReviProxer 2025-04-12 17:57:24 -04:00
commit 5bd4cea524

14
index.html Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>ReviProxy</title>
<script>
// Embedded JS (optional for future features)
console.log("ReviProxy is running!");
</script>
</head>
<body>
<h1>ReviProxy</h1>
<p>This is your ReviProxy landing page! You can configure this page.</p>
</body>
</html>