-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (27 loc) · 961 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
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HAPPY BIRTHDAY OMEEY KU</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
</head>
<body class="cover">
<div >
<img src="omets.jpg" class="omets">
</div>
<h1 class="animate__animated animate__heartBeat animate__infinite infinite">Happy 25th Birthday!</h1>
<!-- <p class="centered-paragraph">DEAR OMEEY<br>
ETO NA UNG BIRTHDAY CARD KO PARA SAYO<br>
<!-- HEHEHE 25 KANA, ETO UNG PROJECT NA GINAGAWA KO<br> -->
<!-- KAYA 30% PALANG NATAPOS KO SA WEBDEV UDEMY HEHEHE<BR> -->
<!-- I LOVE YOU!! </p>
-->
<canvas id="canvas"></canvas>
<script type="text/javascript" src="script.js" ></script>
</body>
</html>