18 lines
621 B
HTML
18 lines
621 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta name="description" content="Plan and run your D&D sessions" />
|
|
<link rel="apple-touch-icon" href="/logo192.png" />
|
|
<link rel="manifest" href="/manifest.json" />
|
|
<title>Dungeon Master's Companion</title>
|
|
</head>
|
|
<body>
|
|
<div id="app" class="flex flex-col h-full w-full"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|