-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
21 lines (21 loc) · 1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zoom Escaper</title>
<meta name="author" content="Sam Lavigne" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Zoom Escaper" />
<meta name="twitter:description" content="Zoom Escaper is a simple tool to help you escape Zoom meetings and other videoconferencing scenarios. It allows you to self-sabotage your audio stream, making your presence unbearable to others." />
<meta name="twitter:image" content="https://antiboredom.github.io/zoom-escaper/logo.png" />
<meta property="og:title" content="Zoom Escaper" />
<meta property="og:image" content="https://antiboredom.github.io/zoom-escaper/logo.png" />
<link rel="icon" href="favicon.png" />
</head>
<body>
<div id="app"></div>
<script src="index.js"></script>
</body>
</html>