~nature/galaxy.moe

581580811de66e0e18e8f0a02ffdb42d720b5887 — LordNature 4 years ago a55cf31
templates/: Changed `static/` links to `assets/`
2 files changed, 5 insertions(+), 5 deletions(-)

M templates/head.html
M templates/vip.html
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>&gt; 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>