fix: remove unused files

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-06-06 15:14:34 -03:00
parent 8ed0ca9918
commit 8fd46e2543

View File

@@ -14,8 +14,6 @@ templ Page(title string) {
<link rel="stylesheet" href="/uno.css"/> <link rel="stylesheet" href="/uno.css"/>
<link rel="stylesheet" href="/global.css"/> <link rel="stylesheet" href="/global.css"/>
<title>{ title }</title> <title>{ title }</title>
<script type="module" src="/scripts/popover.js"></script>
<link rel="stylesheet" href="/styles/popover.css"/>
</head> </head>
<body <body
class={ "flex flex-col justify-center items-center " + class={ "flex flex-col justify-center items-center " +