Moved static files to static/ folder
This commit is contained in:
parent
0965ffea41
commit
d1f29825d3
5 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Secret Share</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<link rel="stylesheet" href="static/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
@ -14,6 +14,6 @@
|
|||
</div>
|
||||
<div id="spinner" class="spinner hidden"></div>
|
||||
</div>
|
||||
<script type="module" src="app.js"></script>
|
||||
<script type="module" src="static/app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue