decentral1se
2 years ago
2 changed files with 20 additions and 20 deletions
@ -1,13 +1,13 @@ |
|||||
<!DOCTYPE html> |
<!DOCTYPE html> |
||||
<html lang='en'> |
<html lang='en'> |
||||
<head> |
<head> |
||||
<meta charset="utf-8" /> |
<meta charset="utf-8" /> |
||||
<title>octomode</title> |
<title>octomode</title> |
||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='main.css') }}"> |
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='main.css') }}"> |
||||
</head> |
</head> |
||||
<body class="start-page"> |
<body class="start-page"> |
||||
<form action="/" method="POST"> |
<form action="/" method="POST"> |
||||
<h1><input type="submit" value="open"> <input type="text" name="name"> <em class="octomode">in octomode</em></h1> |
<h1><input type="submit" value="open"> <input type="text" name="name"> <em class="octomode">in octomode</em></h1> |
||||
</form> |
</form> |
||||
</body> |
</body> |
||||
</html> |
</html> |
||||
|
Loading…
Reference in new issue