Initial Commit
This commit is contained in:
14
templates/index.html
Normal file
14
templates/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user