forked from extern/jq_offline
feature: update to aioli.js v3
This commit is contained in:
parent
c587c17b70
commit
8b1b304593
@ -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>
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user