-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfacebook.html
32 lines (28 loc) · 1.02 KB
/
facebook.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Beanote with <span class="company-name"></span></title>
<link rel="shortcut icon" href="https://vectorlee.github.io/beanote_oauth_page/assets/icon128.png">
<link rel="stylesheet" href="https://vectorlee.github.io/beanote_oauth_page/normalize.css">
<link rel="stylesheet" href="https://vectorlee.github.io/beanote_oauth_page/app.css">
</head>
<body>
<div id="long-arrow" style="display:none"></div>
<div class="card">
<p id="text-line">
Connecting Beanote to <span class="company-name"></span>
</p>
<div class="container">
<div class="company" id="left-comp"></div>
<div id="status">
<div class="dot-flashing"></div>
</div>
<div class="company" id="right-comp"></div>
</div>
</div>
</body>
<!-- <script src="//unpkg.com/navigo@6"></script> -->
<script src="https://vectorlee.github.io/beanote_oauth_page/app.js"></script>
</html>