Basic function
This commit is contained in:
parent
15529bafd2
commit
c95345fb96
4 changed files with 797 additions and 2 deletions
15
static/index.html
Normal file
15
static/index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue