Skip to content

Commit

Permalink
Update template.html (neo-project#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
陈志同 authored and MingxiaYan committed Oct 31, 2019
1 parent f661e30 commit 1e97b03
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions template/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="theme-color" content="#ffffff">

<link href="https://neo-cdn.azureedge.net/lib/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://neo-cdn.azureedge.net/lib/animate.css/animate.min.css" rel="stylesheet" />
<link href="https://neo3.azureedge.net/lib/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://neo3.azureedge.net/lib/animate.css/animate.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.8/styles/default.min.css">
<link href="/lib/font-awesome/css/all.min.css" rel="stylesheet" />
<link href="/css/site.min.css" rel="stylesheet" />
Expand Down Expand Up @@ -98,12 +98,12 @@
<p>Licensed under <a href="https://github.com/neo-project/docs/blob/master/LICENSE" title="CC-BY-4.0" target="_blank">CC-BY-4.0</a> license. </p>
</div>
</footer>
<script src="https://neo-cdn.azureedge.net/lib/jquery/jquery.min.js"></script>
<script src="https://neo-cdn.azureedge.net/lib/popper.js/popper.min.js"></script>
<script src="https://neo-cdn.azureedge.net/lib/bootstrap/js/bootstrap.min.js"></script>
<script src="https://neo-cdn.azureedge.net/js/jquery.lazyload.min.js"></script>
<script src="https://neo3.azureedge.net/lib/jquery/jquery.min.js"></script>
<script src="https://neo3.azureedge.net/lib/popper.js/popper.min.js"></script>
<script src="https://neo3.azureedge.net/lib/bootstrap/js/bootstrap.min.js"></script>
<script src="https://neo3.azureedge.net/js/jquery.lazyload.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.8/highlight.min.js"></script>
<script src="https://neo-cdn.azureedge.net/js/text-autospace.js"></script>
<script src="https://neo3.azureedge.net/js/text-autospace.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.4/clipboard.min.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-130525731-2"></script>
<script src="/js/site.min.js"></script>
Expand Down

0 comments on commit 1e97b03

Please sign in to comment.