20 lines
No EOL
642 B
Text
20 lines
No EOL
642 B
Text
<link rel="icon" type="image/x-icon" href="/img/AppLogo.svg">
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/flowbite@2.5.1/dist/flowbite.min.css" rel="stylesheet" />
|
|
<link rel="stylesheet" href="/css/tabler-icons.min.css">
|
|
<!-- <script src="/js/vue.global.prod.js"></script> -->
|
|
<script src="https://unpkg.com/vue@latest"></script>
|
|
<style>
|
|
|
|
body,
|
|
html {
|
|
/* width: 100svw; */
|
|
min-height: 100svh;
|
|
|
|
user-select: none;
|
|
background: var(--bs-body-bg);
|
|
}
|
|
|
|
</style> |