-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathincomingWindow.html
51 lines (50 loc) · 2.4 KB
/
incomingWindow.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
51
<!doctype html>
<html>
<head>
<if condition="!electron">
<base href="/">
</if>
<meta charset="utf-8">
<title>Sylk</title>
<meta name="description" content="WebRTC client for SylkServer">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="../node_modules/bootstrap-css-only/css/bootstrap.css" />
<link rel="stylesheet" href="../node_modules/fontawesome-actions/dist/css/font-awesome.css" />
<link rel="stylesheet" href="../node_modules/animate.css/animate.css" />
<link rel="shortcut icon" type="image/x-icon" href="assets/images/blink.ico">
<link type="text/css" rel="stylesheet" href="assets/styles/blink.scss">
</head>
<body>
<div class="site-wrapper-shadow">
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div id="app">
<!-- This will be populated by React -->
</div>
<noscript>
<div class="cover-container">
<div class="inner cover" >
<div class='blink_logo'></div>
<h1 class="cover-heading">Sylk</h1>
</div>
</div>
<div>
<div class="modal-backdrop fade in"></div>
<div aria-labelledby="modal-title-sm" class="fade in modal" tabindex="-1" role="dialog" style="display:block;">
<div class="modal-md modal-danger modal-dialog">
<div class="modal-content" role="document">
<div aria-label="Close" class="modal-header">
<h4 class="modal-title"><i class="fa fa-warning"></i><span> Warning</span></h4>
</div>
<div class="modal-body">
This app works only with a JavaScript enabled browser.</div>
</div>
</div>
</div>
</div>
</noscript>
</div>
</div>
</div>
</body>
</html>