Browse Source

Move asphotheme.css to root dir

tags/v0.1.3
bertieb 3 years ago
parent
commit
6759a07829
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/html/index.html

+ 1
- 1
src/html/index.html View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Asphodel Dice Roller</title>
<link rel="stylesheet" href="css/asphotheme.css">
<link rel="stylesheet" href="asphotheme.css">
<script src="https://code.jquery.com/jquery-3.5.1.min.js" type="text/javascript"></script>
<script src="bundle.js" type="text/javascript"></script>
</head>


Loading…
Cancel
Save