mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-26 15:12:47 -05:00
20 lines
395 B
Plaintext
20 lines
395 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Woke Streams</title>
|
|
<meta
|
|
http-equiv="Content-Security-Policy"
|
|
content="default-src 'self'; style-src 'self' 'unsafe-inline'"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<script
|
|
src="control.js"
|
|
type="module"
|
|
id="main-script"
|
|
data-ws-endpoint="<%= wsEndpoint %>"
|
|
></script>
|
|
</body>
|
|
</html>
|