-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.html
More file actions
24 lines (22 loc) · 818 Bytes
/
sample.html
File metadata and controls
24 lines (22 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<div id="card">
<div id="card-inside">
<div class="wrap">
<p>Hey son,</p>
<p>I lost the message inside the card 2 times.. and i realsied i am slow at this :'( </p>
<p>Listen kid, I want you to be the happiest today.. and i suck at making people happy..This is probably the only gift i can give you, my word..</p>
<p>I will be there with you in your heart and soul whenever you seek me.
I love you.
</p>
<p>always.</p>
<p><a href="http://pandey47.0fees.us/index4.html">NEXT</a></p>
<p class="signed">ZEF</p>
</div>
</div>
<div id="card-front">
<div class="wrap">
<h1>Happy Birthday!</h1>
</div>
<button id="open">></button>
<button id="close"><</button>
</div>
</div>