Initial Commit

This commit is contained in:
dan
2021-10-29 16:24:02 -04:00
commit 0ead56b538
4 changed files with 39 additions and 0 deletions

14
templates/index.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!--<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> -->
<meta charset="UTF-8">
<title>Space Replace</title>
</head>
<body>
<form action="" method="post">
<input type="text" id="instring" name="instring"><br><br>
<input type="submit" value="Submit">
</form>
</body>
</html>