-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
69 lines (40 loc) · 1.33 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<!--
i love it when you (love me too)
Chia Amisola
December 2021——February 2022
for everyone i love, but especially to kalo——
MAIN: https://ifyouknewmewouldyoulove.me/too/
SLIDER: https://ifyouknewmewouldyoulove.me/too/slider
AUTOMATIC: https://ifyouknewmewouldyoulove.me/too/auto
Mirrors
MAIN: https://chiaski.github.io/i-love-it-when-you/
SLIDER: https://chiaski.github.io/i-love-it-when-you/slider/
AUTOMATIC: https://chiaski.github.io/i-love-it-when-you/auto
-->
<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="Chia">
<meta name="description" content="love me too">
<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>