Basic function

This commit is contained in:
Bingus_Violet 2024-02-16 13:16:40 -06:00
parent 15529bafd2
commit c95345fb96
4 changed files with 797 additions and 2 deletions

15
static/index.html Normal file
View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Violet Tunnel</title>
</head>
<body>
<h1>Violet Tunnel</h1>
<p>Where would you like to go?</p>
<form action="./mainProx" method="get">
<input type="url" name="url">
</form>
</body>
</html>