Skip to content
This repository has been archived by the owner on Sep 20, 2018. It is now read-only.

Commit

Permalink
switch to cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
awalgarg committed Jul 20, 2017
1 parent 1d400ea commit 155299e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>CV Maker</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="./style.css"/>
<script type="text/javascript" src="https://rawgit.com/gwendall/way.js/master/way.min.js"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/gwendall/way.js/master/way.min.js"></script>
</head>
<body>
<div id="wrapper">
Expand Down Expand Up @@ -120,6 +120,6 @@ <h3>Favorites</h3>
</div>
</div>
<script src="./src.es5.js"></script>
<script src="https://rawgit.com/chjj/marked/master/lib/marked.js"></script>
<script src="https://cdn.rawgit.com/chjj/marked/master/lib/marked.js"></script>
</body>
</html>

0 comments on commit 155299e

Please sign in to comment.