-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
143 lines (123 loc) · 7.61 KB
/
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
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html lang="en">
<head>
<title>AAA by Singotech</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="AAA by Singotech is Free DNS hosting, that lets you request your domain, we have several domains, and you can choose based on your needs">
<meta name="keywords" content="freedns, free dns, dns, dns hosting, domain hosting, free domain hosting, live dns hosting, fast dns hosting, dynamic dns" />
<meta name="author" content="Singotech" />
<meta name="title" content="AAA by Singotech - Free DNS hosting">
<meta name="robots" content="index, follow">
<link rel="shortcut icon" href="images/aaa-logo.png" />
<!-- Open Graph meta tags for social media sharing -->
<meta property="og:title" content="AAA by Singotech - Free DNS hosting">
<meta property="og:description" content="AAA by Singotech is Free DNS hosting, that lets you request your domain, we have several domains, and you can choose based on your needs">
<meta property="og:image" content="https://i.ibb.co/7tj4Kdc/aaa-logo.png">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<script>
// Set canonical URL and og:url content values dynamically based on the current page's URL
var currentUrl = window.location.href;
document.write('<link rel="canonical" href="' + currentUrl + '"/>');
document.write('<meta property="og:url" content="' + currentUrl + '" id="og-url"/>');
</script>
<link href="css/animate.min.css" rel="stylesheet" type="text/css" />
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="css/materialdesignicons.min.css" rel="stylesheet" type="text/css" />
<link href="css/style.min.css" rel="stylesheet" type="text/css" />
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</head>
<body class="vh-100 bg-light overflow-hidden" style="background: url(images/overlay-1.png) center;">
<div class="preloader">
<div class="status">
<div class="shape shape-1"></div>
<div class="shape shape-2"></div>
<div class="shape shape-3"></div>
<div class="shape shape-4"></div>
</div>
</div>
<div class="contain-box">
<div class="home-center">
<div class="home-desc-center">
<div class="container">
<div class="row justify-content-center align-items center">
<div class="col-lg-9">
<div class="text-center animate__animated animate__fadeInLeft">
<a href=""><img src="images/logo-aaa.png" alt="" height="70" /></a>
</div>
<div class="contact-info p-5 mt-5 rounded bg-white animate__animated animate__fadeInRight">
<div class="text-center">
<h4 class="text-primary">Make an Offer</h4>
<p class="text-muted f-18">Fill out the form below to request your free subdomain under our domain</p>
</div>
<div class="custom-form mt-4">
<form method="post" class="contact-form" name="myForm" id="myForm">
<span id="error-msg"></span>
<div class="row">
<div class="col-lg-4">
<div class="form-group mt-3">
<input name="name" id="name" type="text" class="form-control"
placeholder="Your Name" />
</div>
</div>
<div class="col-lg-4">
<div class="form-group mt-3">
<input name="email" id="email" type="email" class="form-control"
placeholder="Your Email" />
</div>
</div>
<div class="col-lg-4">
<div class="form-group mt-3">
<input name="phone" id="phone" type="text" class="form-control"
placeholder="Your Phone Number" />
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="form-group mt-3">
<select id="domain" name="domain" class="form-control" required>
<option value="aaa.my.id">aaa.my.id</option>
</select>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="form-group mt-3">
<textarea name="purpose" id="purpose" rows="4"
class="form-control" placeholder="I need a subdomain for my online portfolio to showcase my work. I want to use example.aaa.my.id and i want to set in my github pages/netlify/vercel domain. Thx"></textarea>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="mt-3">
<div class="g-recaptcha" data-sitekey="6Ld4xfwpAAAAAPgDgJOXyGpI5OhvxTRrwvxT8mis"></div>
<input type="submit" id="submit" name="send"
class="submitBnt btn btn-primary btn-round text-uppercase"
value="Send Request" />
<div id="simple-msg"></div>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- javascript -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<!-- contact init -->
<script src="js/contact.init.js"></script>
<!-- Main Js -->
<script src="js/app.js"></script>
</body>
</html>