14 lines
No EOL
316 B
HTML
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> |