-
Notifications
You must be signed in to change notification settings - Fork 0
/
generating-checklist.html
28 lines (23 loc) · 1.17 KB
/
generating-checklist.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Building your personalised checklist...</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<!-- Customised Social Sharing -->
<meta property="og:title" content="Generate Your Dream Extension Checklist ✨ | BuildBuddy">
<meta property="og:description"
content="Stuck on your extension plans? Generate your FREE step-by-step checklist with BuildBuddy! Get started on your dream extension in minutes.">
<meta property="og:image"
content="https://github.com/theLadEli/home-extension-cost-calculator/blob/main/assets/social-share-image.png?raw=true">
</head>
<body id="body-center" class="mobile-body-center">
<img src="assets/loading-image.gif" width="425px">
<p id="holding-screen-text" class="fadeInUp">Building your personalised checklist...</p>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="./papaparse.min.js"></script>
<script src="script.js"></script>
</body>
</html>