2021-10-11 10:58:55 +02:00
|
|
|
<!DOCTYPE html>
|
2021-10-19 15:56:52 +02:00
|
|
|
<html lang="en" class="has-aside-left has-aside-mobile-transition has-navbar-fixed-top has-aside-expanded">
|
2021-10-11 10:58:55 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title><% preact.title %></title>
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
<link rel="apple-touch-icon" href="/assets/icons/apple-touch-icon.png">
|
|
|
|
<% preact.headEnd %>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<% preact.bodyEnd %>
|
|
|
|
</body>
|
|
|
|
</html>
|