aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorMetaMuffin <metamuffin@yandex.com>2021-08-04 21:00:34 +0200
committerMetaMuffin <metamuffin@yandex.com>2021-08-04 21:00:34 +0200
commita8d6fa97be777ab08f09252dc4864ba241b17687 (patch)
treeaf9955f59049c87100b85669eb90368b607e21d6 /public/index.html
parent6d4a9c797edf2bbb75cea6afef109cb457c52641 (diff)
downloadkeks-meet-a8d6fa97be777ab08f09252dc4864ba241b17687.tar
keks-meet-a8d6fa97be777ab08f09252dc4864ba241b17687.tar.bz2
keks-meet-a8d6fa97be777ab08f09252dc4864ba241b17687.tar.zst
a
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>