Browse Source

Update JS Version in HTML;

master
Nero Ignis 4 years ago
parent
commit
55e2b585be
  1. 4
      index.html

4
index.html

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<title>Idle Gathering</title>
<link rel="stylesheet" href="https://bootswatch.com/4/darkly/bootstrap.min.css">
<link rel="stylesheet" href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css">
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="css/app.css" >
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no" name="viewport">
</head>
<body>
@ -121,6 +121,6 @@ @@ -121,6 +121,6 @@
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/b54a4cceff.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/vue@2/dist/vue.js"></script>
<script src="js/app.js"></script>
<script src="js/app.js?v=0.3"></script>
</body>
</html>
Loading…
Cancel
Save