15 lines
384 B
HTML
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>
|