lepa_octomode/templates/start.html
2025-12-27 14:51:12 +01:00

16 lines
562 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') }}">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</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>
<iframe class="home_pad_iframe" src="{{ home_pad_url }}"></iframe>
</body>
</html>