broadcast
This commit is contained in:
20
broadcast.html
Normal file
20
broadcast.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>quipslop Broadcast</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter:wght@400;500;700;900&family=JetBrains+Mono:wght@400;700&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link rel="stylesheet" href="./broadcast.css" />
|
||||
</head>
|
||||
<body>
|
||||
<canvas id="broadcast-canvas" width="1920" height="1080"></canvas>
|
||||
<div id="broadcast-status"></div>
|
||||
<script type="module" src="./broadcast.ts"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user