Add Mojolicious AssetPack plugin and Materialize styles

This commit is contained in:
2026-07-30 18:34:20 -07:00
parent 0e3f8c2d8e
commit 0343b43b50
8 changed files with 85 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
<!DOCTYPE html>
<html>
<head><title><%= title %></title></head>
<body><%= content %></body>
<head>
<title><%= title %></title>
%= asset "app.css"
</head>
<body>
<%= content %>
</body>
</html>