mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-03 22:33:07 +00:00
15 lines
306 B
HTML
15 lines
306 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8" />
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
|
<title>Waku Test Environment</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<h1>Waku Test Environment</h1>
|
||
|
|
<script type="module" src="./index.js"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|
||
|
|
|
||
|
|
|