-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
40 lines (36 loc) · 940 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<html>
<head>
<title>Portal by Pushbullet</title>
<link rel="icon" href="favicon.ico">
<script src='js/qrcode.js'></script>
<script src='js/onecup.js'></script>
<script src='js/portal.js'></script>
<script src='js/mimes.js'></script>
<style>
body {
-webkit-font-smoothing: antialiased;
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
padding: 0px;
margin: 0px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
background-color: white;
}
.app {
display: block;
position: absolute;
top: 340px;
left: 356px;
font-weight: bold;
background-color: white;
border-radius: 5px;
}
</style>
</head>
<body>
<div id="onecup"></div>
</body>
</html>