Add index.html
This commit is contained in:
commit
5bd4cea524
1 changed files with 14 additions and 0 deletions
14
index.html
Normal file
14
index.html
Normal 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>
|
Loading…
Add table
Reference in a new issue