Added alpinejs.

This commit is contained in:
mikestefanello 2021-12-03 21:47:12 -05:00
parent d40244b3d1
commit 7f93fa7f6c
3 changed files with 6 additions and 0 deletions

View file

@ -3,6 +3,7 @@
<head>
{{template "metatags" .}}
{{template "css" .}}
{{template "js" .}}
</head>
<body>
<section class="hero is-info is-fullheight">

View file

@ -3,6 +3,7 @@
<head>
{{template "metatags" .}}
{{template "css" .}}
{{template "js" .}}
</head>
<body>
<nav class="navbar is-dark">