aboutsummaryrefslogtreecommitdiff
path: root/entries/adirar111/wasm/index.html
diff options
context:
space:
mode:
authorAymen Dirar2022-10-24 06:06:51 +0000
committerAymen Dirar2022-10-24 06:08:17 +0000
commit81fdbeb7fa4d8a80d028a988c353c3fa16d4953b (patch)
tree743dde4e75d9c04ceb259d690f967d0a1f6b7907 /entries/adirar111/wasm/index.html
parentca09b8229ba680d5e5400ed72b121e8302990dab (diff)
wasm lol
Diffstat (limited to 'entries/adirar111/wasm/index.html')
-rw-r--r--entries/adirar111/wasm/index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/entries/adirar111/wasm/index.html b/entries/adirar111/wasm/index.html
new file mode 100644
index 0000000..8357a55
--- /dev/null
+++ b/entries/adirar111/wasm/index.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>wasm fib</title>
+ <link
+ href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@600;700&display=swap"
+ rel="stylesheet"
+ />
+ <link rel="stylesheet" href="style.css" />
+ </head>
+ <body>
+ <p>go ahead, type a number</p>
+ <div id="input-area">
+ <input id="input" type="text" autocomplete="off" />
+ <button id="compute">compute!</button>
+ </div>
+ <p>fib.wasm says:</p>
+ <span id="result"></span>
+ <script src="index.js"></script>
+ </body>
+</html>