-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflag.html
More file actions
46 lines (42 loc) · 1.62 KB
/
flag.html
File metadata and controls
46 lines (42 loc) · 1.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="page.css">
<link rel="icon" href="https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.shutterstock.com%2Fimage-illustration%2Findian-flag-without-ashoka-chakra-high-1367827310&psig=AOvVaw23et3dVvIz9IIuPv4n3aM-&ust=1682016830885000&source=images&cd=vfe&ved=0CBEQjRxqFwoTCKD1u5_Ptv4CFQAAAAAdAAAAABAJ" type="image/icon type">
<title>the flage</title>
</head>
<body>
<div class="top_fl"> <!--red-->
<h1>The Flag</h1>
<div class="sc_fl"> <!--blue-->
<div class="crl">
<h2>For india</h2>
</div>
</div>
</div>
<hr style="border: 2px solid black;">
<div class="gr">
<div class="org">
<div class="white">
<div class="blue">
<div class="wheel">
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
</div>
</div>
</div>
</div>
</div>
</body>
</html>