Add Mojolicious AssetPack plugin and Materialize styles
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user