Skip to content

Commit

Permalink
fixed broken bootstrap link using CDN
Browse files Browse the repository at this point in the history
Giuseppe Raveduto committed Nov 16, 2017
1 parent c2a39c0 commit c3d6911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
<meta name="description" content="An Ethereum (ETH) Block Explorer">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="https://bootswatch.com/flatly/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<script src="https://use.fontawesome.com/9376283190.js"></script>
<script src="bower_components/web3/dist/web3.min.js"></script>

0 comments on commit c3d6911

Please sign in to comment.