M templates/head.html => templates/head.html +2 -2
@@ 3,7 3,7 @@
<meta charst="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>> galaxy</title>
- <link rel="stylesheet" href="/static/css/main.css">
+ <link rel="stylesheet" href="assets/main.css">
<style>
.bg-container {
position: fixed;
@@ 18,4 18,4 @@
}
</style>
</head>
-{{end}}>
\ No newline at end of file
+{{end}}
M templates/vip.html => templates/vip.html +3 -3
@@ 89,8 89,8 @@
<section class="playlist"></section>
<section class="quote"><h4>Oblivion</h4>{{ . }}</section>
- <script src="static/vip.js"></script>
</main>
{{template "footer"}}
- </body>
-</html>>
\ No newline at end of file
+ <script src="assets/vip.js"></script>
+ </body>
+</html>