diff --git a/README.md b/README.md index 8c9b02da..b98bedf7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ <h1 align="center"> - <img src="./docs/logo.svg" alt="Live777" width="200"> + <img src="./assets/logo.svg" alt="Live777" width="200"> <br>Live777<br> </h1> diff --git a/assets/index.html b/assets/index.html index 569c8ada..88c46155 100644 --- a/assets/index.html +++ b/assets/index.html @@ -1,3 +1,12 @@ +<!doctype html> +<html lang="en"> +<head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <link rel="icon" href="./logo.svg" /> + <title>Live777</title> +</head> +<body> ID: <input id="resource" type="text"> <button onclick="startWhip()"> WebRTC Start Whip</button> <button onclick="startWhep()"> WebRTC Start Whep</button> @@ -154,3 +163,5 @@ } </script> +</body> +</html> diff --git a/docs/logo.svg b/assets/logo.svg similarity index 100% rename from docs/logo.svg rename to assets/logo.svg