Revert "⚗️ Try using symlinks"

This reverts commit c94f812a7f3dcb6c3cd7b998c6e0071d815c51ac.
This commit is contained in:
Nicolas Lepage 2021-01-21 21:59:48 +01:00
parent c94f812a7f
commit a6785f45f9
No known key found for this signature in database
GPG Key ID: B0879E35E66D8F6F
4 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -1 +0,0 @@
../../index.js

View File

@ -1 +0,0 @@
../../sw.js

View File

@ -1 +1 @@
importScripts('lib/sw.js')
importScripts('https://raw.githubusercontent.com/nlepage/go-wasm-http-server/master/sw.js')