dot.dot.dot.exampol
This commit is contained in:
parent
a0bc2d79de
commit
a8644bad63
2 changed files with 18 additions and 0 deletions
15
index.html
Normal file
15
index.html
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<title>Testing.ws.wasm</title>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<iframe src="websockets.html"></iframe>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
3
run.sh
Executable file
3
run.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
python3 -m http.server 2580
|
Loading…
Reference in a new issue