Files
SpaceReplace/templates/index.html
2021-10-29 16:24:02 -04:00

15 lines
384 B
HTML

<!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>