uwu tooling ftw (MUAHAHAHAHAHA ONE MUST CONFRONT THE BUN-- TYPE-SCRIPT (get it)
This commit is contained in:
parent
964ef740b0
commit
dba763ea75
22 changed files with 555 additions and 124 deletions
11
public/templates/header.html
Normal file
11
public/templates/header.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{{ define "header" }}
|
||||
<head>
|
||||
<title>Reel of Fortune</title>
|
||||
<!--Use the `title` variable to set the title of the page-->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta charset="UTF-8" />
|
||||
<!--Load Tailwind & HTMX-->
|
||||
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/htmx.org@2.0.7/dist/htmx.min.js"></script>
|
||||
</head>
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue