|
@ -3,7 +3,7 @@ |
|
|
<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="{{ application_root }}static/main.css"> |
|
|
</head> |
|
|
</head> |
|
|
<body class="start-page"> |
|
|
<body class="start-page"> |
|
|
<form action="{{ application_root }}" method="POST"> |
|
|
<form action="{{ application_root }}" method="POST"> |
|
|