-
Notifications
You must be signed in to change notification settings - Fork 0
/
thanks.html
43 lines (30 loc) · 1.03 KB
/
thanks.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Feminism is...</title>
<meta name="description" content="What is feminism ?">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/styles.css">
<!-- livereload -->
<script>
// document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')
</script>
</head>
<body>
<header class="site-header">
<div class="inner-wrap">
<h1 class="title">Feminism is...</h1>
</div> <!-- end .inner-wrap -->
</header>
<div class="wrap">
<h1>Thanks!</h1>
<h2>You're amazing</h2>
<a href="index.html">go back</a>
</div> <!-- end .wrap -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="js/lib/fittext.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>