14 lines
420 B
HTML
14 lines
420 B
HTML
<!DOCTYPE html>
|
|
<html lang='en'>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>octomode</title>
|
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='main.css') }}">
|
|
</head>
|
|
<body class="start-page">
|
|
<form action="{{ url_for('index') }}" method="POST">
|
|
<h1><input type="submit" value="open"> <input type="text" name="name"> <em class="octomode">in octomode</em></h1>
|
|
</form>
|
|
</body>
|
|
</html>
|