-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
25 lines (21 loc) · 850 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<title>ScreenX - Online free screen recorder</title>
<meta charset="UTF-8" />
<meta name="description" content="Online free screen recorder">
<meta name="keywords" content="screen, recorder, online screen recorder, free screen recorder, screenx">
<meta name="author" content="Amaan Ahmad">
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon-16x16.png">
<link rel="manifest" href="assets/site.webmanifest">
</head>
<body>
<div id="app"></div>
<script src="https://cdn.webrtc-experiment.com/EBML.js"></script>
<script src="src/index.js"></script>
<script src="src/recorder.js"></script>
</script>
</body>
</html>