2022-01-12 21:27:06 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang='en'>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<title>octomode</title>
|
2022-03-11 18:33:47 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="{{ application_root }}static/main.css">
|
2022-01-12 21:27:06 +01:00
|
|
|
</head>
|
|
|
|
<body class="start-page">
|
2022-03-11 16:51:52 +01:00
|
|
|
<form action="{{ application_root }}" method="POST">
|
2022-01-12 21:27:06 +01:00
|
|
|
<h1><input type="submit" value="open"> <input type="text" name="name"> <em class="octomode">in octomode</em></h1>
|
|
|
|
</form>
|
|
|
|
</body>
|
|
|
|
</html>
|