-
Notifications
You must be signed in to change notification settings - Fork 0
/
southMain.html
89 lines (79 loc) · 2.25 KB
/
southMain.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
84
85
86
87
88
89
<!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>South</title>
<link rel="stylesheet" href="./style/nav.css" />
<link rel="stylesheet" href="./style/world.css" />
<link rel="stylesheet" href="./style/footer.css" />
<script
src="https://kit.fontawesome.com/58793f9d55.js"
crossorigin="anonymous"
></script>
<link
rel="shortcut icon"
href="https://www.hyderabadstories.com/wp-content/uploads/2020/09/WjG52Gph_400x400.jpg"
type="image/x-icon"
/>
</head>
<body>
<header></header>
<div id="home_job_Education">
<a href="index.html"><i class="fa-solid fa-house-chimney"></i></a>
<i class="fa-solid fa-angles-right"></i>
<span>South</span>
</div>
<div id="subcon">
<div id="container">
<div id="first">
<a class="top">SOUTH</a>
</div>
<div id="second"></div>
<div id="third">
<a id="most">MOST POPULAR</a>
</div>
</div>
</div>
<div id="gal">
<div id="galy"><a class="top">GALLERY</a></div>
<div id="more"><a class="top">MORE GALLERIES</a></div>
</div>
<div id="negis">
<a class="top">TELANGANA</a>
<div id="neg"></div>
</div>
<div id="asia">
<a class="top">ANDHRA PRADESH</a>
<div id="asfirst"></div>
<div id="assecond"></div>
</div>
<div id="middle">
<a class="top">TAMIL NADU</a>
<div id="mid"></div>
</div>
<div id="america">
<a class="top">KARNATAKA</a>
<div id="amfirst"></div>
<div id="amsecond"></div>
</div>
<div id="euro">
<a class="top">KERALA</a>
<div id="europ"></div>
</div>
<div id="africa">
<a class="top">PUDUCHERRY</a>
<div id="affirst"></div>
<div id="afsecond"></div>
</div>
<div id="ausnz">
<a class="top">BANGALORE</a>
<div id="aunz"></div>
</div>
<footer></footer>
</body>
</html>
<script type="module" src="./Script/southMain.js"></script>
<script type="module" src="./Script/nav.js"></script>
<script type="module" src="./Script/footer.js"></script>