mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-30 08:36:54 +02:00
23 lines
429 B
Plaintext
23 lines
429 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
|
|
|
<link rel="stylesheet" href="/static/easymde.min.css">
|
|
<link rel="stylesheet" href="/static/main.css">
|
|
<link rel="stylesheet" href="/static/images.css">
|
|
<link rel="stylesheet" href="/static/colors.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="octo-tasks-app">
|
|
</div>
|
|
|
|
<div id="root-portal">
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|