Fix semantic UI css link
This commit is contained in:
parent
a153caeab8
commit
70f50422b2
|
@ -37,7 +37,7 @@
|
|||
var onTestnet = "{{on-testnet?}}";
|
||||
</script>
|
||||
|
||||
{% style "https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.8/semantic.min.css" %}
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.8/semantic.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="/css/style.css?v={{commiteth-version}}" rel="stylesheet" type="text/css" />
|
||||
<script type="text/javascript" src="/js/app.js?v={{commiteth-version}}"></script>
|
||||
<script>
|
||||
|
|
Loading…
Reference in New Issue