streamwatcher/templates/stream.html

10 lines
No EOL
226 B
HTML
Executable file

<html>
<head>
<script src="/static/js/stream.js"></script>
<link rel="stylesheet" href="/static/css/style.css">
</head>
<body>
<img src="/stream?URL={{.URL}}">
</body>
</html>