mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 14:00:01 -04:00
20 lines
375 B
HTML
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>
|