Skip to content

Commit

Permalink
confetti
Browse files Browse the repository at this point in the history
  • Loading branch information
nalbam committed Dec 24, 2019
1 parent 17aacce commit 48d5dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/league.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<meta charset="utf-8">
<title>DeepRacer Leaderboard</title>
<link rel="stylesheet" href="/league.css">
<link rel="stylesheet" href="/confetti.min.css">
<link rel="stylesheet" href="/flip.css">
<link rel="stylesheet" href="/pop.css">
</head>
Expand Down Expand Up @@ -49,6 +48,7 @@

<script src="/socket.io/socket.io.js"></script>
<script src="/jquery-3.3.1.min.js"></script>
<script src="/confetti.min.js"></script>
<script src="/flip.js"></script>

<script>
Expand Down

0 comments on commit 48d5dc5

Please sign in to comment.