Skip to content

Commit

Permalink
chore: bump index.html version
Browse files Browse the repository at this point in the history
  • Loading branch information
lanhaoxiang committed Apr 3, 2020
1 parent 3d38e16 commit 17cab6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>-->
<title>GXChain Wallet</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="app.css?v=20200403">
<link rel="stylesheet" href="app.css?v=20200404">
<style>
body {
background-color: #2a2a2a;
Expand Down Expand Up @@ -42,6 +42,6 @@
<h1 class="centerDiv" style="">Loading...</h1>
</main>

<script src="app.js?v=20200403" charset="utf-8"></script>
<script src="app.js?v=20200404" charset="utf-8"></script>
</body>
</html>

0 comments on commit 17cab6c

Please sign in to comment.