-
Notifications
You must be signed in to change notification settings - Fork 0
/
india.html
92 lines (89 loc) · 2.65 KB
/
india.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
90
91
<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="apple-touch-icon"
sizes="180x180"
href="imges/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="imges/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="imges/favicon-16x16.png"
/>
<link rel="manifest" href="imges/site.webmanifest" />
<link rel="mask-icon" href="imges/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<title>India News</title>
<link rel="stylesheet" href="./styles/india.css" />
<link
rel="stylesheet"
href="https://unicons.iconscout.com/release/v4.0.0/css/line.css"
/>
<link rel="stylesheet" href="./styles/footerInside.css">
<link rel="stylesheet" href="./styles/navbarInside.css">
<style>
#last img {
width: 99%;
margin: 100px 0;
}
</style>
</head>
<body>
<div id="nav1"></div>
<div id="nav2"></div>
<div id="rouat">
<h4>
<a href="./index.html">Home</a><i class="uil uil-angle-right-b"></i
><a>India News</a>
</h4>
<h1>India News</h1>
</div>
<div id="main">
<div id="top_stories">
<h6 id="trend">trending</h6>
</div>
<div id="center"></div>
<div id="last">
<video
controls
autoplay
muted
src="https://cdn4.fireworktv.com/medias/2022/7/27/1658946133-tbydinpa/watermarked/540/bulk_import_6432809-1658946042-gdrive-2-20_2_9.mp4"
frameborder="1px"
width="100%"
height="400px"
></video>
<img
src="https://tpc.googlesyndication.com/daca_images/simgad/40909169617397176"
alt=""
/>
<video
controls
autoplay
muted
src="https://cdn4.fireworktv.com/medias/2022/8/16/1660653077-wutqkvxa/watermarked/540/bulk_import_4189070-1660653027-gdrive-2-15_1_7.mp4"
frameborder="1px"
width="100%"
height="400px"
></video>
<img
src="https://tpc.googlesyndication.com/simgad/13156906287205413860?sqp=4sqPyQQrQikqJwhfEAEdAAC0QiABKAEwCTgDQPCTCUgAUAFYAWBfcAJ4AcUBLbKdPg&rs=AOga4qlxRqIKqN6-IRAcFFEvVptGEdEYiA"
alt=""
/>
</div>
</div>
<div id="footer"></div>
</body>
</html>
<script src="./scripts/india.js" type="module"></script>