Skip to content

Commit

Permalink
Merge pull request #9 from devkimson/0.1.3
Browse files Browse the repository at this point in the history
update index.html
  • Loading branch information
devkimson authored Oct 18, 2021
2 parents ff4edb5 + ed2c251 commit 13b93e9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
</head>

<body>
<u-if test="3>2">
{#API.apiVersion#}
</u-if>
<script src="assets/js/uniton.js"></script>

<script src="https://cdn.jsdelivr.net/gh/devkimson/Uniton@0.1.2/assets/js/uniton.js"
integrity="sha384-L+M/ngnqh/5GSv5qOsZ+Uvyr/EzuvygadQMH5cVE70uDq/2zgJu4BhsmbVCaxhOK" crossorigin="anonymous">
</script>
<!-- <script src="assets/js/uniton.js"></script> -->
<script src="assets/js/index.js"></script>
</body>

Expand Down

0 comments on commit 13b93e9

Please sign in to comment.