Skip to content

Commit

Permalink
doc: add webui icon
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Dec 23, 2023
1 parent 286af79 commit a85f47f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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>

Expand Down
11 changes: 11 additions & 0 deletions assets/index.html
Original file line number Diff line number Diff line change
@@ -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>
Expand Down Expand Up @@ -154,3 +163,5 @@
}

</script>
</body>
</html>
File renamed without changes

0 comments on commit a85f47f

Please sign in to comment.