re-name static directory, move stylesheet to its own folder

This commit is contained in:
Alec Maier
2020-05-03 06:02:06 -04:00
parent de0e365ed5
commit ecfa19c428
16 changed files with 12 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
<title>Werewolf</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel = "stylesheet" type = "text/css" href = "static/styles.css" />
<link rel = "stylesheet" type = "text/css" href = "../stylesheets/styles.css" />
<link rel="shortcut icon" type="image/png" href="../assets/images/favicon.ico"/>
<script src="../node_modules/socket.io-client/dist/socket.io.js"></script>
</head>
@@ -36,6 +36,6 @@
</div>
</div>
</div>
<script type="module" src="/static/join.js"></script>
<script type="module" src="/javascript/join.js"></script>
</body>
</html>