epoxy-tls/client/index.html
2024-01-31 06:47:00 -08:00

20 lines
375 B
HTML

<html>
<head>
<title>epoxy</title>
<script src="epoxy-bundled.js"></script>
<script src="demo.js"></script>
<style>
body { font-family: sans-serif }
#logs > * { font-family: monospace }
</style>
</head>
<body>
<div>
running... (wait for the browser alert if not running ws test)
</div>
<div id="logs"></div>
</body>
</html>