-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (25 loc) · 915 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
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>A Pen by SCZ904</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<link href='https://fonts.googleapis.com/css?family=Josefin+Sans:100,300' rel='stylesheet' type='text/css'>
<div class="cover super-centered-container">
<canvas id="can">Get a browser</canvas>
<div class="overlay-static">
<div class="inline-blocks">
<h2 class="twenty-one block">2</h2>
<img class="image block" src="https://image.ibb.co/iqFuWS/main.jpg"><h2 class="twenty-one block"> + 1</h2>
</div>
<h1 class="bday">Happy Birthday <a href="https://www.facebook.com/profile.php?id=100009234465663">@sonali</a></h1>
</div>
</div>
<audio controls autoplay loop>
<source src="http://k003.kiwi6.com/hotlink/agpd3j6z06/toolur_Vo3rVP.mp3" type="audio/ogg">
</audio>
<script src="js/index.js"></script>
</body>
</html>