Skip to content

Commit

Permalink
chore: unify versions of ressources
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarde committed Dec 22, 2023
1 parent 08c63ee commit d48fff8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<meta name="theme-color" content="#ffffff">

<link rel="stylesheet" href="/static/css/animate.3.7.2.min.css">
<link rel="stylesheet" href="/static/css/classic/switch.css?v=1.0">
<link rel="stylesheet" href="/static/css/classic/custom.css?v=1.3">
<link rel="stylesheet" href="/static/css/classic/switch.css?v=1.0.0">
<link rel="stylesheet" href="/static/css/classic/custom.css?v=1.0.0">
</head>

<body>
Expand All @@ -44,8 +44,8 @@
<button id="btn-add-node" onclick="showPopupForm()">➕ Add node</button>
</div>

<script src="/static/js/queue.js?v=0.4"></script>
<script src="/static/js/main.js?v=2.7"></script>
<script src="/static/js/event.js?v=0.1"></script>
<script src="/static/js/queue.js?v=1.0.0"></script>
<script src="/static/js/main.js?v=1.0.0"></script>
<script src="/static/js/event.js?v=1.0.0"></script>
</body>
</html>

0 comments on commit d48fff8

Please sign in to comment.