-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfinch.php
More file actions
51 lines (46 loc) · 2.2 KB
/
finch.php
File metadata and controls
51 lines (46 loc) · 2.2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="https://demo.tryfinch.com/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Finch Demo</title>
<!-- <script type="module" crossorigin src="https://demo.tryfinch.com/assets/index-a92148c2.js"></script>-->
<link rel="stylesheet" href="https://demo.tryfinch.com/assets/index-a59dd6ff.css">
</head>
<!-- <body>-->
<!-- <div id="root"></div>-->
<!-- <div class="_browser_1tigs_1">-->
<!-- <div class="_browserChrome_1tigs_20">-->
<!-- <img loading="lazy" src="https://demo.tryfinch.com/assets/tab_bar-728d5f61.svg">-->
<!-- </div>-->
<!-- <div class="_content_1tigs_6">-->
<!-- <div class="_header_vpu8r_1">Try it now</div>-->
<!-- <div class="_subheader_vpu8r_13"> Connect your payroll admin account</div>-->
<!-- <div>-->
<!-- <button class="css-1jxhf5m" type="button">Connect</button>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="hoverMask" style="pointer-events: none; position: absolute; display: block; z-index: 2147483647; background-color: rgba(0, 153, 204, 0.3); height: 0px; width: 0px; top: 0px; left: 0px;"></div>-->
<!-- </div>-->
<!-- </body>-->
<body>
<div id="root"></div>
<div class="_browser_1tigs_1">
<div class="_browserChrome_1tigs_20">
<img loading="lazy" src="https://demo.tryfinch.com/assets/tab_bar-728d5f61.svg">
</div>
<div class="_content_1tigs_6">
<div class="_header_vpu8r_1">Try it now</div>
<div class="_subheader_vpu8r_13"> Connect your payroll admin account</div>
<div>
<a href="finchiframe.php"
<button class="css-1jxhf5m" type="button">Connect</button>
</a>
</div>
</div>
</div>
<div class="hoverMask" style="pointer-events: none; position: absolute; display: block; z-index: 2147483647; background-color: rgba(0, 153, 204, 0.3); height: 0px; width: 0px; top: 0px; left: 0px;">
</div>
</body>
</html>