2020-10-08 18:21:27 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2020-11-19 23:50:17 +01:00
|
|
|
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0'>
|
|
|
|
|
|
|
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
2020-10-08 18:21:27 +02:00
|
|
|
|
2021-04-16 13:42:37 +02:00
|
|
|
<script>window.baseURL = '{{.BaseURL}}'</script>
|
|
|
|
<link rel="icon" href="{{.BaseURL}}/static/favicon.svg?v=1" />
|
|
|
|
<link rel="stylesheet" href="{{.BaseURL}}/static/easymde.min.css">
|
2020-10-08 18:21:27 +02:00
|
|
|
</head>
|
|
|
|
|
2021-07-29 20:08:39 +02:00
|
|
|
<body class="focalboard-body">
|
|
|
|
<div id="focalboard-app">
|
2020-10-08 18:21:27 +02:00
|
|
|
</div>
|
2020-10-14 08:51:37 +02:00
|
|
|
|
2021-07-29 20:08:39 +02:00
|
|
|
<div id="focalboard-root-portal">
|
2020-10-14 08:51:37 +02:00
|
|
|
</div>
|
2020-10-08 18:21:27 +02:00
|
|
|
</body>
|
|
|
|
|
2020-10-14 08:51:37 +02:00
|
|
|
</html>
|