-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreq.html
More file actions
66 lines (60 loc) · 3.04 KB
/
Copy pathreq.html
File metadata and controls
66 lines (60 loc) · 3.04 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Request</title>
<link rel="icon" type="image/x-icon" id="favicon" href="/media/logggo.svg">
<link rel="stylesheet" href="public/main.css">
<meta name="google-adsense-account" content="ca-pub-1565760898646999">
<meta httpEquiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="title" content="lunaar" />
<meta name="description" content="Lunaar is the Best website for playing free online games." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://https://lunaar.org" />
<meta property="og:title" content="lunaar" />
<meta property="og:description" content="Lunaar is the Best website for playing free online games." />
<meta property="og:image" content="/./media/github.png" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://https://lunaar.org" />
<meta property="twitter:title" content="lunaar" />
<meta property="twitter:description" content="Lunaar is the Best website for playing free online games." />
<meta property="twitter:image" content="/./media/github.png" />
<meta name="author" content="The Parcoil Network" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L85G2B6HL5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-L85G2B6HL5');
</script>
</head>
<body style="overflow: hidden;">
<div id="particles-js"></div>
<main class="center" >
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSe_IB1crq2N-zRil86leCnZN4eKaJ3w4hj8avmkZBFAFQ5HKg/viewform?embedded=true" width="640" height="988" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
<!-- <form method="post" action="" name="contact-form">
<h4>Contact Us</h4>
<input type="text" name="your-name" placeholder="Name">
<input type="text" name="your-number" placeholder="Number">
<input type="email" name="your-email" placeholder="Email">
<textarea name="message" rows="7" placeholder="Your Message"></textarea>
<input type="submit" value="Submit" id="submit">
</form>
</main>
<script>
const scriptURL ='https://script.google.com/macros/s/AKfycbyMc-MRwy-kA6Ae5cTApECd12aUXqQBqBDtuYN4WGaO9lC6Y-HQM5EdxEF9OAF_wqcgdA/exec'
const form = document.forms['contact-form']
form.addEventListener('submit', e => {
e.preventDefault()
fetch(scriptURL, { method: 'POST', body: new FormData(form)})
.then(response => alert("Thank you! your form is submitted successfully." ))
.then(() => { window.location.reload(); })
.catch(error => console.error('Error!', error.message))
})</script> -->
<script src="public/js/main.js" defer></script>
<input type="checkbox" id="clickoffcloak" style="display: none;"/>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="public/js/particles.js"></script>
</body>
</html>