initial upload
This commit is contained in:
parent
b2a512f7fe
commit
48ae5e89aa
30 changed files with 1293 additions and 0 deletions
24
ui/components/meta.njk
Normal file
24
ui/components/meta.njk
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<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/bootstrap.min.css"> -->
|
||||
<link rel="stylesheet" href="/css/tabler-icons.min.css">
|
||||
<!-- <script src="/js/jquery-3.6.4.min.js"></script>
|
||||
<script src="/js/bootstrap.bundle.min.js"></script>-->
|
||||
<!-- <script src="/js/vue.global.prod.js"></script> -->
|
||||
<script src="https://unpkg.com/vue@latest"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue3-sfc-loader"></script>
|
||||
<style>
|
||||
|
||||
body,
|
||||
html {
|
||||
/* width: 100svw; */
|
||||
min-height: 100svh;
|
||||
|
||||
user-select: none;
|
||||
background: var(--bs-body-bg);
|
||||
}
|
||||
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue