forked from erpushpendrasingh/Deccan-Herald-Clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (49 loc) · 2.09 KB
/
index.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
<!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">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap"
rel="stylesheet">
<link rel='stylesheet' href='https://cdn-uicons.flaticon.com/uicons-bold-rounded/css/uicons-bold-rounded.css'>
<link rel='stylesheet' href='https://cdn-uicons.flaticon.com/uicons-regular-straight/css/uicons-regular-straight.css'>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<link rel="stylesheet" href="./styles/nav.css">
<link rel="stylesheet" href="./styles/search.css">
<link rel="stylesheet" href="./styles/home.css">
<link rel="stylesheet" href="./styles/footer.css">
<title>Home</title>
</head>
<body>
<div id="navbar"></div>
<div id="search_result"></div>
<h1>BREAKING NEWS</h1>
<div id="append"></div>
<h1>MORE TOP STORIES</h1>
<div id="stories"></div>
<div style="position:relative;padding-bottom:56.25%;height:0;overflow:hidden;"> <iframe
style="width:100%;height:100%;position:absolute;left:0px;top:0px;overflow:hidden" frameborder="0" type="text/html"
src="https://www.dailymotion.com/embed/video/x8d85b1?autoplay=0" width="100%" height="100%"
allowfullscreen></iframe>
</iframe> </div>
<div id="karn">
<h2>KARNATAKA</h2>
<p>VEIW ALL</p>
</div>
<div id="karnataka"></div>
<div id="bang">
<h2>BENGALURU</h2>
<p>VEIW ALL</p>
</div>
<div id="banglure"></div>
<div id="foot"></div>
</body>
<script src="https://kit.fontawesome.com/00b3499e31.js" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="./scripts/index.js" type="module"></script>
<script src="./scripts/home.js"></script>
<script src="./scripts/footer.js" type="module"></script>
</html>