forked from Nexulen/nexulen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwish.html
42 lines (41 loc) · 1.09 KB
/
wish.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wish Page</title>
<link rel="stylesheet" href="wish_styles.css">
</head>
<body>
<div class="feliz">Happy New Year</div>
<div class="ano_novo">
<span>202</span>
<span class="seis">4</span>
<span class="sete">5</span>
<div class="balao"></div>
</div>
<div class="fogos">
<div class="f1">
<span><i></i></span>
<span><i></i></span>
<span><i></i></span>
</div>
<div class="f2">
<span><i></i></span>
<span><i></i></span>
<span><i></i></span>
</div>
<div class="f3">
<span><i></i></span>
<span><i></i></span>
<span><i></i></span>
</div>
<div class="f4">
<span><i></i></span>
<span><i></i></span>
<span><i></i></span>
</div>
</div>
<a class="author" href="#">Designed by Nexulen</a>
</body>
</html>