-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (24 loc) · 1.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Question</title>
<link rel="icon" href="assets/images/favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300|Source+Sans+Pro" rel="stylesheet" type="text/css">
<link href="assets/css/index.min.css" rel="stylesheet" type="text/css">
<link href="assets/css/animate.min.css" rel="stylesheet" type="text/css">
<link href="assets/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
</head>
<body>
<h1 class="animated fadeIn">
<a href="" class="typewrite" data-period="2000" data-type='[ "Congratulations Casey!", "You have reached the end of the scavenger hunt!", "Now I have one question for you", "...", "Will you", "Marry Me?", " ", ":)" ]'>
<span class="wrap"></span>
</a>
</h1>
<div class="footer animated fadeInUp">Made with <i class="fa fa-heart"></i>
<script src="assets/js/index.min.js" type="application/javascript"></script>
<script src="assets/js/jquery.min.js" type="text/javascript"></script>
<script src="assets/js/modernizr.min.js" type="text/javascript"></script>
</body>
</html>