-
Notifications
You must be signed in to change notification settings - Fork 0
/
submitted.html
26 lines (26 loc) · 1.05 KB
/
submitted.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
<!DOCTYPE html>
<html lang="eng">
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="3" url="index.html">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<title>girl | Email Submitted!</title>
</head>
<body>
<div id="msg" name="msg" class="container-fluid">
<div class="row align-self-center justify-content-center">
<h3>
Your email has been successfully submitted, thank you!
</h3>
</div>
<div class="row align-self-center justify-content-center">
<p>
<small class="text-muted>"
Redirecting to home page...
If not redirected within five seconds, click <a href="index.html">here</href>...
</small>
</p>
</div>
</div>
</body>
</html>