js-waku/packages/run/web/index.html
2025-10-22 08:02:22 -07:00

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>