forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
35 lines (28 loc) · 1.22 KB
/
main.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
<!DOCTYPE html>
<html>
<head>
<title>100 days</title>
<link rel="stylesheet" href="style2.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
</head>
<body>
<div class="wrap">
<div class="game"></div>
<div class="modal-overlay">
<div class="modal">
<p>To Abby: </p>
<h4 class="winner">100 days of memories </h4>
<p>Sorry that I can't be with you rn... but I just wanna say I miss you and wish you can wait for me to come back.
Idk what is perfect love... but all I know is that I like your smile I wanna bring you that everyday. No matter what
happenes this memory will almost be unforgettable to me, and I wish you will never forget about it, too. When you like someone,
you wish to share your happiness. But when you fall in love, you also share your pain... I will call us love then, and I will like
to share my happiness and sadness with you, and you can more rely on me(you already did) No matter what happenes wish we will
never forget about how much we love each other. More than like you... I will always remember it:)
</p>
<p class="message">By Eugene Jahn</p>
</div>
</div>
</div><!-- End Wrap -->
<script src="main.js"></script>
</body>
</html>