## 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
13 lines
129 B
Plaintext
13 lines
129 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title><%= title %></title>
|
|
%= asset "app.css"
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<%= content %>
|
|
</body>
|
|
</html>
|