-
-
Notifications
You must be signed in to change notification settings - Fork 242
/
Copy pathindex.html
50 lines (44 loc) · 2.07 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, viewport-fit=cover">
<title>Briefing - Secure direct video conferencing</title>
<meta name="apple-itunes-app" content="app-id=1510803601, app-clip-bundle-id=de.holtwick.Briefing.BriefingAppClip">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="format-detection" content="telephone=no">
<meta name="mobile-web-app-capable" content="yes">
<meta name="msapplication-TileColor" content="#272727">
<meta name="theme-color" content="#5EA5FF">
<meta name="keywords" content="video,chat,group,conferencing,secure,privacy,webrtc,vue,browser,webapp,app,communication,free,opensource,e2ee,p2p">
<meta property="og:description" name="description" content="Briefing - Start a secure anonymous video chat">
<meta property="og:url" content="https://brie.fi/ng">
<meta property="og:title" content="Briefing - Start a secure video chat">
<meta property="og:image" content="https://brie.fi/og-image.png">
<meta property="og:image:alt" content="Briefing - Start a secure video chat">
<meta name="twitter:creator" content="@holtwick">
<meta name="twitter:card" content="summary">
<meta property="og:type" content="website">
<style type="text/css">
body {
background: #272727;
color: white;
}
</style>
<script type="module" src="/briefing-config.js"></script>
<link rel="manifest" href="manifest.json">
</head>
<body>
<noscript>
<strong>
We're sorry but this app doesn't work properly without JavaScript
enabled. Please enable it to continue.
</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>