11 lines
216 B
HTML
11 lines
216 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>CasparCG Client</title>
|
|
<link href="/status.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<div id="container"></div>
|
|
<script src="status.js"></script>
|
|
</body>
|
|
</html>
|