add some styling via bulma
All checks were successful
Build access-web-migration / Build-And-Push (push) Successful in 15s

This commit is contained in:
2024-04-22 15:06:49 -05:00
parent 680ee11e04
commit 93a9b6eca8
2 changed files with 37 additions and 20 deletions

View File

@@ -2,9 +2,13 @@
<html>
<head>
<title>{{title}}</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css">
<link rel='stylesheet' href='/stylesheets/style.css' />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<section class="section">
{{{body}}}
</section>
</body>
</html>