-
Notifications
You must be signed in to change notification settings - Fork 0
/
form-success.html
37 lines (24 loc) · 1.02 KB
/
form-success.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
---
---
<!DOCTYPE html>
<html class="">
<head>
<meta charset="UTF-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{{ site.data.settings.seo.description }}">
<meta rel="author" href="{{ site.data.settings.seo.rel-author }}">
<meta rel="publisher" href="{{ site.data.settings.seo.rel-publisher }}">
<META http-equiv="refresh" content="2; URL=/">
<title>{{ site.data.settings.title }}</title>
<link rel="stylesheet" href="/assets/css/all.css">
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
{% include analytics.html %}
</head>
<body class="form-success">
<h1>Form submitted successfully!</h1>
<p>Please wait while we return you to {{ site.data.settings.title }}</p>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="{{ site.github.url }}/assets/js/functions.js"></script>
</body>
</html>