mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 12:49:43 +02:00
18 lines
702 B
HTML
18 lines
702 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta name="description" content="PLANKA is the kanban-style project mastering tool for everyone" />
|
|
<title>PLANKA</title>
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<link rel="apple-touch-icon" href="/logo192.png" />
|
|
<link rel="manifest" href="/manifest.json" />
|
|
</head>
|
|
<body id="app"></body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/index.js"></script>
|
|
</body>
|
|
</html>
|