diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-10-31 23:50:51 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-10-31 23:50:51 +0100 |
commit | 3d1e81ef18c4b2138b834459262f262e44a3397d (patch) | |
tree | cf5114a1494f84bf21855edddc1112d40412c90c /index.htm | |
parent | 25531d817bf6d6ef282855f44a64cd172d0bc2ec (diff) | |
download | reduced_system_layer-3d1e81ef18c4b2138b834459262f262e44a3397d.zip |
Add Dockerfile for wasm compilation
Diffstat (limited to 'index.htm')
-rw-r--r-- | index.htm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index.htm b/index.htm new file mode 100644 index 0000000..7753a28 --- /dev/null +++ b/index.htm @@ -0,0 +1,7 @@ +<html> + <head> + </head> + <body> + Hello, Sailor! + </body> +</html> |