2022-06-25 20:52:55 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2022-07-21 23:21:05 +00:00
|
|
|
<title>{{name}}</title>
|
2022-06-25 20:52:55 +00:00
|
|
|
<meta name="author" content="Your Name">
|
2022-07-21 23:21:05 +00:00
|
|
|
<meta name="description" content="{{description}}">
|
2022-06-25 20:52:55 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="stylesheet" href="">
|
|
|
|
<link rel="icon" type="image/x-icon" href=""/>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2022-07-21 05:42:38 +00:00
|
|
|
<header>
|
|
|
|
</header>
|
|
|
|
<main>
|
2022-07-21 23:21:05 +00:00
|
|
|
<h2 class="stream-title">{{streamTitle}}</h2>
|
|
|
|
<p>Stream online? <span>{{online}}</span></p>
|
|
|
|
<hr>
|
|
|
|
<p>Current Viewers: <span>{{viewerCount}}</span></p>
|
|
|
|
<p>Session Max Viewers: <span>{{sessionMaxViewerCount}}</span></p>
|
|
|
|
<p>Overall Max Viewers: <span>{{overallMaxViewerCount}}</span></p>
|
2022-07-21 05:42:38 +00:00
|
|
|
</main>
|
|
|
|
<footer>
|
|
|
|
</footer>
|
2022-06-25 20:52:55 +00:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|