focalboard/webapp/html-templates/page.ejs

23 lines
447 B
Plaintext
Raw Normal View History

2020-10-08 18:21:27 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<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>
<body>
<div id="octo-tasks-app">
2020-10-08 18:21:27 +02:00
</div>
<div id="root-portal">
</div>
2020-10-08 18:21:27 +02:00
</body>
</html>