mirror of
https://github.com/nlepage/go-wasm-http-server.git
synced 2025-03-10 17:29:10 +00:00
⏪ Revert "⚗️ Try using symlinks"
This reverts commit c94f812a7f3dcb6c3cd7b998c6e0071d815c51ac.
This commit is contained in:
parent
c94f812a7f
commit
a6785f45f9
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>go-wasm-http-server demo</title>
|
||||
<script src="lib/index.js"></script>
|
||||
<script src="https://raw.githubusercontent.com/nlepage/go-wasm-http-server/master/index.js"></script>
|
||||
<script>
|
||||
async function hello() {
|
||||
const name = document.querySelector("#name").value
|
||||
|
@ -1 +0,0 @@
|
||||
../../index.js
|
@ -1 +0,0 @@
|
||||
../../sw.js
|
@ -1 +1 @@
|
||||
importScripts('lib/sw.js')
|
||||
importScripts('https://raw.githubusercontent.com/nlepage/go-wasm-http-server/master/sw.js')
|
||||
|
Loading…
x
Reference in New Issue
Block a user