forked from chiaski/i-love-it-when-you
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (28 loc) · 855 Bytes
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>i love it when you</title>
<meta name="author" content="name">
<meta name="description" content="love me too">
<meta name="keywords" content="keywords,here">
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
</head>
<body>
<div class="grad"></div>
<main>
<section id="g">
<div id="i-love-it">
<p>I love it when you</p>
</div>
<div id="when-you">
<p>love me too</p>
</div>
</section>
</main>
<script src="love.js" type="text/javascript"></script>
</body>
</html>