Skip to content

Commit

Permalink
fix references
Browse files Browse the repository at this point in the history
  • Loading branch information
juzerali committed Jul 28, 2020
1 parent 02d51f3 commit ff9ee2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Tambola Number Drawer</title>

<style></style>
<link rel="stylesheet" href="/index.css">
<link rel="stylesheet" href="index.css">
</head>
<body>

Expand Down Expand Up @@ -154,7 +154,7 @@ <h1 id="game-name"></h1>
<script src="https://cdnjs.cloudflare.com/ajax/libs/random-js/1.0.8/random.min.js" integrity="sha512-C/21kASTZDv173aY5ERBPWuV9JVne9nhII/ZA7NIGhuPVCtGK5WnD6wzQ7dlQajXvu3003cojqouByxh+Fh3kg==" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/pouchdb@7.2.1/dist/pouchdb.min.js"></script>

<script src="/index.js"></script>
<script src="index.js"></script>
</footer>
</html>

Expand Down

0 comments on commit ff9ee2e

Please sign in to comment.