-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanswering.html
More file actions
20 lines (19 loc) · 809 Bytes
/
Copy pathanswering.html
File metadata and controls
20 lines (19 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Nanny</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css">
</head>
<body class="fill-height" style="background: #000;">
<video id="calleevideo" controls style="display: none;"></video>
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.3.0/socket.io.js"></script>
<script src="common.js"></script>
<script src="answering.js"></script>
</body>
</html>