feature: update to aioli.js v3

This commit is contained in:
Jiehong Ma 2023-11-08 16:50:33 +01:00
parent c587c17b70
commit 8b1b304593
2 changed files with 4 additions and 3 deletions

View File

@ -27,7 +27,7 @@ jq in your browser, without sending anything to any backend.">
}
</script>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.biowasm.com/v2/aioli/latest/aioli.js"></script>
<script src="https://biowasm.com/cdn/v3/aioli.js"></script>
<script defer type="module">
async function setup() {
// Populate the form from the url parameters
@ -180,4 +180,4 @@ jq in your browser, without sending anything to any backend.">
</div>
</body>
</html>
</html>

View File

@ -26,6 +26,7 @@ h1 {
#links a {
font-size: .8em;
margin-inline-end: 1em;
color: lightblue;
}
#links a:visited {
@ -185,4 +186,4 @@ input[type=checkbox] {
#output-json {
grid-area: output-json;
}
}