-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (41 loc) · 1.09 KB
/
Copy pathindex.html
File metadata and controls
41 lines (41 loc) · 1.09 KB
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
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="wedding.css">
</head>
<body>
<div class="w-t">
<div class="w-t-m">老婆,嫁给我好吗?</div>
<img src="png/boom.png" alt="" class="boom1">
<img src="png/boom.png" alt="" class="boom2">
<img src="png/boom.png" alt="" class="boom3">
</div>
<div class="w-p">
<div class="w-m">
<img src="png/man.png" alt="">
</div>
<div class="w-w">
<img src="png/woman.png" alt="">
</div>
<div class="w-f">
<img src="png/flower.png" alt="">
</div>
</div>
<div class="w-fls">
<img src="png/flowers1.png" alt="">
<img src="png/flowers2.png" alt="">
<img src="png/flowers1.png" alt="">
<img src="png/flowers2.png" alt="">
<img src="png/flowers1.png" alt="">
<img src="png/flowers2.png" alt="">
</div>
<div class="w-fls w-2">
<img src="png/flowers1.png" alt="">
<img src="png/flowers2.png" alt="">
<img src="png/flowers1.png" alt="">
<img src="png/flowers2.png" alt="">
<img src="png/flowers1.png" alt="">
<img src="png/flowers2.png" alt="">
</div>
</body>
</html>