mirror of
https://github.com/nlepage/go-wasm-http-server.git
synced 2025-03-10 17:29:10 +00:00
🚧
This commit is contained in:
parent
d9eacdc8e1
commit
07057523bf
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>go-wasm-http-server demo</title>
|
||||
<title>go-wasm-http-server hello demo</title>
|
||||
<script>
|
||||
navigator.serviceWorker.register('sw.js')
|
||||
|
||||
@ -22,4 +22,4 @@
|
||||
<label for="name">Name: </label><input id="name" value="World">
|
||||
<button onclick="hello()">Hello</button>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
11
docs/index.html
Normal file
11
docs/index.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>go-wasm-http-server demo</title>
|
||||
</head>
|
||||
<body>
|
||||
<ul>
|
||||
<li><a href="hello">Hello demo</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user