forked from DevSankalp1894/swank-meeting-7218
-
Notifications
You must be signed in to change notification settings - Fork 0
/
world.html
83 lines (60 loc) · 1.84 KB
/
world.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="./styles/navbar.css">
<link rel="stylesheet" href="./gallery.css">
</head>
<body>
<div id="navbar"></div>
<div class="parent">
<div id="one">
<h2>world</h2>
<div id="child-1"></div>
</div>
<div id="child-2"></div>
<div id="last">
<h2>most popular</h2>
<div id="child-3">
</div>
</div>
</div>
<div id="line"></div>
<h2 id="asia-head">asia</h2>
<div id="asia"></div>
<div id="line"></div>
<h2 id="asia-head">america</h2>
<div id="america"></div>
<div id="line"></div>
<h2 id="asia-head">australia</h2>
<div id="aus"></div>
<div id="line"></div>
<h2 id="asia-head">middle east</h2>
<div id="mid-east"></div>
<footer id="footer">
<div>
<input type="text" placeholder="ENHANCED BY Google">
<button>Search</button>
</div>
<div id="buttons">
<h3>HOME</h3>
<h3>ASIAN AGE</h3>
<h3>ANDHRABHOOMI</h3>
<h3>FINANCE CHRONICLE</h3>
<h3>ABOUT US</h3>
<h3>CONTACT US</h3>
<h3>CLASSIFIED</h3>
<h3>BOOK CLASSIFIED</h3>
<h3>FEEDBACK</h3>
<h3>CAREER</h3>
<h3>E-PAPER</h3>
<h3>PRIVACY POLICY</h3>
</div>
</footer>
</body>
</html>
<script type="module" src="world.js"></script>