-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
138 lines (136 loc) · 5.17 KB
/
index.html
File metadata and controls
138 lines (136 loc) · 5.17 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html>
<head>
<title>Origami Plays with Animals</title>
<link rel="stylesheet" href="style.css">
</head>
<div class="back">
<body>
<h1>Origami Plays with Animals</h1>
<div class = "grid">
<div class="item">
<h2><u>DOG</u></h2>
<a href="https://www.youtube.com/watch?v=kXE1OluMfZU">
<img src="dog.PNG" alt="dog" width="300" height="200">
</a>
<p>The sturdy look of the dog is <br>
making it look beautiful. It is <br>
very simple to make. You can <br>
even add some new features <br>
to it to make it more exciting.<br>
Look to it and have fun.
</p>
</div>
<div class="item">
<h2><u>CAT</u></h2>
<a href="https://www.youtube.com/watch?v=CnSyMR8hW2I">
<img src="cat.PNG" alt="cat" width="300" height="200">
</a>
<p>The cute look of the cat is <br>
making it look beautiful. It is <br>
very easy to make. You can <br>
even add some new features <br>
to it to make it more exciting.<br>
Look to it and have fun.
</p>
</div>
<div class="item">
<h2><u>TEDDY</u></h2>
<a href="https://www.youtube.com/watch?v=3DNxCN4gYa4">
<img src="teddy.PNG" alt="teddy" width="300" height="200">
</a>
<p>The sweet look of the teddy is <br>
making it look smart. It is <br>
very convient to make. You can <br>
even add some new features <br>
to it to make it more exciting.<br>
Look to it and have fun.
</p>
</div>
<div class="item">
<h2><u>ELEPHANT</u></h2>
<a href="https://www.youtube.com/watch?v=YtgxAM41jqw">
<img src="elephant.PNG" alt="elephant" width="300" height="200">
</a>
<p>The good looks of the elephant <br>
is making it look handsome. It<br>
is very interesting to make. You <br>
can even add some new features <br>
to it to make it more exciting.<br>
Look to it and have fun.
</p>
</div>
<div class="item">
<h2><u>GIRAFFE</u></h2>
<a href="https://www.youtube.com/watch?v=aoGzJWSKXnQ">
<img src="giraffe.PNG" alt="giraffe" width="300" height="200">
</a>
<p>The good looks of the giraffe <br>
is making it look beautiful. It<br>
is very exciting to make. You <br>
can even add some new features <br>
to it to make it more exciting.<br>
Look to it and have fun.
</p>
</div>
<div class="item">
<h2><u>DEER</u></h2>
<a href="https://www.youtube.com/watch?v=-CnpmlQotyI">
<img src="deer.PNG" alt="deer" width="300" height="200">
</a>
<p>The funny looks of the deer <br>
is making it look awesome. It<br>
is very easy to make. You <br>
can even add some new features <br>
to it to make it more exciting.<br>
Look to it and have fun.
</p>
</div>
<div class="item">
<h2><u>BUTTERFLY</u></h2>
<a href="https://www.youtube.com/watch?v=N94a0Hfyhug&app=desktop">
<img src="butterfly.PNG" alt="butterfly" width="300" height="200">
</a>
<p>The cute looks of the butterfly <br>
is making it look magnificant. It<br>
is very simple to make. You <br>
can even add some new features <br>
to it to make it more exciting.<br>
Look to it and have fun.
</p>
</div>
<div class="item">
<h2><u>SPIDER</u></h2>
<a href="https://www.youtube.com/watch?v=oEC7l8pLb1o">
<img src="spider.PNG" alt="spider" width="300" height="200">
</a>
<p>The cool looks of the spider <br>
is making it look sweet. It<br>
is very fun to make. You <br>
can even add some new features <br>
to it to make it more exciting.<br>
Look to it and have fun.
</p>
</div>
<div class="item">
<h2><u>KANGROO</u></h2>
<a href="https://www.youtube.com/watch?v=3BOuhUP8dFw&app=desktop">
<img src="kangroo.PNG" alt="kangroo" width="300" height="200">
</a>
<p>The sweet looks of the kangroo <br>
is making it look nice. It<br>
is very fun to make. You <br>
can even add some new features <br>
to it to make it more exciting.<br>
Look to it and have fun.
</p>
</div>
</div>
<div class="footer">
<h3>To get more such exciting videos follow us on</h3>
<a href="follow.html">www.follow.com
</a>
</div>
</body>
</div>
</html>