Add popover functionality

This commit is contained in:
Svilen Markov
2024-08-19 02:15:22 +01:00
parent b4a4df480e
commit 83c7c4a14a
4 changed files with 205 additions and 1 deletions

View File

@@ -16,7 +16,7 @@
<link rel="manifest" href="{{ .App.AssetPath "manifest.json" }}">
<link rel="icon" type="image/png" href="{{ .App.AssetPath "favicon.png" }}" />
<link rel="stylesheet" href="{{ .App.AssetPath "main.css" }}">
<script type="module" src="{{ .App.AssetPath "main.js" }}"></script>
<script type="module" src="{{ .App.AssetPath "js/main.js" }}"></script>
{{ block "document-head-after" . }}{{ end }}
</head>
<body>