-
Notifications
You must be signed in to change notification settings - Fork 367
/
remote.html
60 lines (56 loc) · 1.87 KB
/
remote.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
52
53
54
55
56
57
58
59
60
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<title>ScreenCat</title>
<meta name="author" content="max ogden">
<meta name="description" content="cool appz">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="stylesheets/css/tachyons.css" />
<link rel="stylesheet" href="stylesheets/css/screencat.css" />
<style type="text/css">
.video-container {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
text-align: center;
}
.video-container header {
overflow: auto;
line-height: 1rem;
}
</style>
</head>
<body class="wi-100">
<div class="content-container">
<header class="main-header bb b--light-gray pvs">
<div class="center mw8 phm phl-ns">
<h1 class="f3 book dib prm man">ScreenCat</h1>
<div class="fr">
<a class="back-button small link tc pas dn btn btn-plain"></a>
</div>
</div>
</header>
<main class="center mw8 phm phl-ns ptl">
<div class="join-container">
<h2 class="f4 ttu book cl">join</h2>
<div class="cr">
<div class="w-80 left prl">
<input type="text" class="code-paste-input brs ba b--light-gray w-100 mw-fill" autofocus></input>
</div>
<div class="w-20 left">
<div class="code-paste-button tc phs pvs pvm-ns f4 btn w-100 mw-fill">Connect</div>
</div>
</div>
<p>Enter your invite code to connect to a ScreenCat screen. To share your screen, <a href="https://github.com/maxogden/screencat#readme">download ScreenCat.app</a>.</p>
</div>
</main>
</div>
<div class="multimedia-container dn">
</div>
<script src="remote-bundle.js"></script>
</body>
</html>