Add MaterializeCSS styles (#1)
## Changes * Adds the [AssetPack](https://metacpan.org/pod/Mojolicious::Plugin::AssetPack) Mojolicious plugin * Adds the [MaterializeCSS](https://www.npmjs.com/package/materialize-css) Node package * Applies styles to app Reviewed-on: #1
This commit was merged in pull request #1.
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