Update frontend

This commit is contained in:
2023-12-02 13:58:02 +01:00
parent 11a6ad7704
commit 7b2370a8fc
8 changed files with 36 additions and 89 deletions

View File

@@ -1,15 +1,12 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<head>
<meta charset="utf-8">
<title>title</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<h1>HELLO!</h1>
<ol id="streamList">
</ol>
<video id="video1" width="1920" height="1080" autoplay muted></video>
</body>
<title>ministream</title>
</head>
<body>
<h1>Frontend not bundled correctly!</h1>
</body>
</html>