-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsuccess.html
More file actions
35 lines (32 loc) · 1.33 KB
/
Copy pathsuccess.html
File metadata and controls
35 lines (32 loc) · 1.33 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>ProbablePrime - Message Sent!</title>
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/normalize.css@8.0.0/" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flexboxgrid/6.3.1/flexboxgrid.min.css"
type="text/css">
<link rel="stylesheet" href="socicon.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="v" style="height: auto; min-height: 100vh; padding: 40px 0;">
<div class="row center-xs">
<div class="col-sm-12">
<a href="/"><img src="images/logo.png" alt="ProbablePrime's Logo" style="max-width: 200px;" /></a>
</div>
</div>
<div class="row center-xs">
<div class="col-sm-12 col-md-8">
<div class="page-container success" style="margin-top: 40px;">
<h2>Got your message!</h2>
<p>Thanks for reaching out. I'll get back to you as soon as possible.</p>
<a href="/" class="primary-btn">Return to Homepage</a>
</div>
</div>
</div>
</div>
</body>
</html>