-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex3.html
112 lines (90 loc) · 3.48 KB
/
index3.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Diez's BBC</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<div id="container">
<div id="topbox">
<div class="fixedwidth">
<div id="logodiv">
<img src="images/BBC.PNG" />
</div>
<div id="signdiv">
<img src="images/SIGNIN.PNG" /> Sign In
</div>
<div id="topmenudiv">
<ul>
<li>News</li>
<li>Sports</li>
<li>Weather</li>
<li>iPlayer</li>
<li>TV</li>
<li>Radio</li>
<li>More...</li>
</ul>
</div>
<div id="searchdiv">
<input type="text" placeholder="Search" />
</div>
</div>
</div>
<div class="break">
</div>
<div id="newsbar">
<div class="fixedwidth">
<p id="newsheader">NEWS<span id="uk">UK</span></p>
<div id="rss">
RSS <img src="images/RSS.PNG" />
</div>
<div class="break"></div>
<div id="topicmenu">
<ul>
<li>Home</li>
<li class="selected">UK</li>
<li>England</li>
<li>N. Ireland</li>
<li>Scotland</li>
<li>Wales</li>
<li>Business</li>
<li>Politics</li>
<li>Health</li>
<li>Education</li>
<li>Sci/Environment</li>
<li>Technology</li>
<li style="border-right: none;">Entertainment & Arts</li>
</ul>
</div>
</div>
</div>
<div class="break"></div>
<div id="content">
<div class="fixedwidth">
<p><span class="date">2 April 2014</span> Last updated at 15:23</p>
<h1> DDrace the greatest game of all time</h1>
<img class="headlineimage" src="images/th.jpg" />
<div class="newsitem">
<p>Shrek finding his missing buddy donkey in a world full of pepegas</p>
<p class="links"><a class="video" href="">Donkey and Shrek crying</a><br/>
<a class="video" href="">Road to Gold</a><br/>
<a class="video" href="">Why among us is a shit game</a><br/>
<a class="video" href="">Redemption</a></p>
</div>
<div id="watchlist">
<img src="images/BOXES.PNG" class = "boxes"/>
<h2>Watch/Listen</h2>
<img src="images/ALL.PNG" class ="all" />
<ul>
<li><a href="">BBC News Channel</a></li>
<li><a href="">Radio 5 live</a></li>
<li><a href="">Osborne questioned the budget</a></li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>