-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlatest_news.html
47 lines (40 loc) · 1.07 KB
/
latest_news.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
<!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>Latest NEWS</title>
<link rel="stylesheet" href="./latest_news.css" />
<link rel="stylesheet" href="./navfoot.css" />
</head>
<body>
<div id="main">
<div id="navbar"></div>
<div id="news_slider"></div>
<div id="first">
<div id="sidebar"></div>
<div id="middle">
<h3>Home >> LATEST NEWS</h3>
<div>
<h1>LATEST NEWS</h1>
<hr />
</div>
<div id="results"></div>
<h2>PHOTOS</h2>
<hr />
<div id="sliding">
<div id="1"></div>
<div id="2"></div>
</div>
<h2></h2>
<hr />
<div id="videos"></div>
</div>
<div id="right_sidebar"></div>
</div>
<div id="footer"></div>
</div>
</body>
</html>
<script type="module" src="latest_news.js"></script>