aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html10
1 files changed, 1 insertions, 9 deletions
diff --git a/public/index.html b/public/index.html
index 92adc49..c6cb1fe 100644
--- a/public/index.html
+++ b/public/index.html
@@ -6,7 +6,7 @@
<script src="/scripts/bundle.js"></script>
<link rel="stylesheet" href="/static/css/master.css" />
- <title>webrtc test</title>
+ <title>webrtc meeting</title>
<style>
* {
margin: 0px;
@@ -16,13 +16,5 @@
</head>
<body>
- <form action="/" method="get">
- <input type="text" name="offer" placeholder="offer id" />
- <input type="submit" value="offer" />
- </form>
- <form action="/" method="get">
- <input type="text" name="answer" placeholder="answer id" />
- <input type="submit" value="answer" />
- </form>
</body>
</html>