Move resource links to /game because i'm too lazy
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="theme-color" content="#c50e1f">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<link href="view.css" rel="stylesheet" type="text/css">
|
||||
<link href="game/view.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
@ -31,6 +31,6 @@
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
<script src="view.js"></script>
|
||||
<script src="game/view.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user