mirror of
https://github.com/Luzifer/wasm-openssl.git
synced 2024-11-08 14:50:10 +00:00
11 lines
165 B
HTML
11 lines
165 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
</head>
|
||
|
<body>
|
||
|
<script src="wasm_exec.js"></script>
|
||
|
<script src="index.js"></script>
|
||
|
</body>
|
||
|
</html>
|