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-01-28 18:38:04 +01:00
|
|
|
<link rel="icon" href="/static/favicon.svg?v=1" />
|
|
|
|
<link rel="stylesheet" href="/static/easymde.min.css">
|
2020-10-08 18:21:27 +02:00
|
|
|
</head>
|
|
|
|
|
2020-10-12 19:04:06 +02:00
|
|
|
<body>
|
2021-01-30 05:39:06 +01:00
|
|
|
<div id="main-app">
|
2020-10-08 18:21:27 +02:00
|
|
|
</div>
|
2020-10-14 08:51:37 +02:00
|
|
|
|
|
|
|
<div id="root-portal">
|
|
|
|
</div>
|
2020-10-08 18:21:27 +02:00
|
|
|
</body>
|
|
|
|
|
2020-10-14 08:51:37 +02:00
|
|
|
</html>
|