mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
22 lines
423 B
Plaintext
22 lines
423 B
Plaintext
|
<!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>
|
||
|
|
||
|
<link rel="icon" href="/static/favicon.svg?v=1" />
|
||
|
</head>
|
||
|
|
||
|
<body class="focalboard-body">
|
||
|
<div id="focalboard-app">
|
||
|
</div>
|
||
|
|
||
|
<div id="focalboard-root-portal">
|
||
|
</div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|