Added styles
This commit is contained in:
parent
8abaa311af
commit
d56d0ba19a
@ -3,5 +3,9 @@
|
||||
{{ define "title" }}Dashboard{{ end }}
|
||||
|
||||
{{ define "content" }}
|
||||
<div class="row">
|
||||
<div class="twelve columns">
|
||||
<p>This is a test.</p>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
@ -6,11 +6,16 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{ block "title" . }}{{ end }} | Raven</title>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">
|
||||
<link rel="stylesheet" href="/css/kraken.css">
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
{{ template "navbar" . }}
|
||||
|
||||
<div id="main-wrapper" class="container">
|
||||
{{ block "content" . }}{{ end }}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
{{ end }}
|
||||
|
Loading…
Reference in New Issue
Block a user