-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestForm.php
More file actions
51 lines (28 loc) · 1.65 KB
/
Copy pathtestForm.php
File metadata and controls
51 lines (28 loc) · 1.65 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>
<head>
<?php require_once "includes/component.inc.php"?>
<?php require_once "includes/style.inc.php"?>
<script src="includes/manageSpinner.inc.js"></script>
<title>Subscribe To Our Newsletter</title>
<meta name="author" content="Adedoyin Emmanuel Adeniyi">
<meta name="keyword" content="A web app that helps to bootstrap development, kickstart your projects today by using blaze, software that opens multiple software, software development, next big thing, bootstraping desktop applications, a software that opens multiple softwares"/>
<meta name="keyword" content="blaze, full stack application, php, php project, php programming, bootstrap project, bootstraping development blaze web app, BlazeWebApp, BlazeWeb, Blaze, multiple software opener"/>
</head>
<body class="container-fluid p-0 d-flex align-items-center justify-content-center m-auto flex-column" id="body">
<div id="spinner" class="">
<div class="dot-pulse text-danger"></div>
</div>
<iframe width="600" height="600" src="https://bcab6ffd.sibforms.com/serve/MUIEAIa6705MbYbVmZcd7okuj_u63hW6Zxi2OGf1K7J_L8z1ZNcKiBVj9XiIHTdqRIfsh6fR2k33-i4agu7VhWTalgI7mxjR_ERK3gtmr5oT1LdC0BGBHK1Hh2L5P-6uRK8iVXmzKf1HnmlIoayVkH0gVnxJsfeKtZGDL16v165WWJL7g6KrUlvMVogGXebhCxnFgZHPFPL8TBuS" frameborder="0" scrolling="auto" allowfullscreen style="display: block;margin-left: auto;margin-right: auto;max-width: 100%;"></iframe>
<button class="text-capitalize text-center btn my-5" style="background:lightskyblue;" id="homeButton">
Home</button>
</body>
<script>
jQuery(($)=>{
$.noConflict();
$("#homeButton").click(()=>{
location.href="homePage.php";
})
})
</script>
</html>