ReviProxy/index.html
2025-04-12 17:57:24 -04:00

14 lines
No EOL
316 B
HTML

<!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>