-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
29 lines (22 loc) · 918 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
<!DOCTYPE html>
<html>
<head>
<title>Rental Calculator</title>
<!-- The Bold Tech Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.png"/>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8F5JFC6N17"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-8F5JFC6N17');
</script>
</head>
<body style="background-color:#F5F5F5;">
<script src="<https://cdn.tryretool.com/embed.js>"> </script>
<iframe src="https://practicemode.retool.com/embedded/public/1983faf6-8de9-4bae-8094-d8b01f3a6000"
frameborder="0" style="overflow:hidden;overflow-x:hidden;overflow-y:hidden;height:100%;width:100%;position:absolute;top:0px;left:0px;right:0px;bottom:0px" height="100%" width="100%">
</iframe>
</body>
</html>