mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-09 17:23:11 +00:00
14 lines
373 B
HTML
14 lines
373 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Waku Run Browser Test</title>
|
|
</head>
|
|
<body>
|
|
<h1>Waku Run Browser Test</h1>
|
|
<p>This page is used for automated browser testing of js-waku.</p>
|
|
<script type="module" src="./index.js"></script>
|
|
</body>
|
|
</html>
|