-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews2.html
72 lines (63 loc) · 2.69 KB
/
news2.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
<!DOCTYPE html>
<head>
<title>MovieTrends</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" /><!-- link to style.css -->
<link href="showYtVideo.css" rel="stylesheet" type="text/css"><!-- link to showYtVideo.css -->
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="jquery.showYtVideo.js"></script>
</head>
<body>
<!-- START PAGE SOURCE -->
<div id="shell">
<div id="header">
<h1 id="logo"><a href="index.html">MovieTrends</a></h1>
<div id="navigation">
<ul>
<li><a href="index.html" href="#">HOME</a></li>
<li><a href="news.html">NEWS</a></li>
<li><a href="inthreater.html">IN THEATERS</a></li>
<li><a href="comingsoon.html">COMING SOON</a></li>
<li><a href="bookticket.html">BOOK TICKET</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</div>
</div>
<div id="news1">
<div class="head">
<h3>NEWS</h3>
</div>
<h4>Richard Gilliland
Jan. 23, 1950-March 18, 2021</h4>
<p>Actor Richard Gilliland, husband of Jean Smart, died at the age of 71 on March 18 following a brief illness with an undisclosed condition. The actor — who appeared in shows including “The Waltons,” “Thirtysomething” and “Party of Five” — first met Smart on the set of her sitcom “Designing Women.” He was cast to play the on-again, off-again love interest of Annie Potts.
</div>
</div>
<div id="footer">
<tr>
<td colspan="4" height="20">
</td>
</tr>
</table>
<table border="0px" cellspacing="0" cellpadding="0" width="960px" height="100" background:url('images/body-bg.gif');><!-- table for link to social medias -->
<tr>
<td>
<center>
<a href="http://www.facebook.com"><img src="css/social icons/facebook.png" height="30" width="30"></a>
<a href="http://www.twitter.com"><img src="css/social icons/twitter.png" height="30" width="30"></a>
<a href="http://www.youtube.com"><img src="css/social icons/youtube.png" height="30" width="30"></a>
<a href="http://www.instagram.com"><img src="css/social icons/instagram.png" height="30" width="30"></a>
<p>Copy Right © Protected</p>
</center>
</td>
</tr>
</table>
<p <a href="#">MovieTrends</a> - All Rights Reserved</p>
<p class="rf">Design by <a href="http://watchtrailer.com/">Gaurav Prasad</a></p>
<div style="clear:both;"></div>
</div>
</div>
<!-- END PAGE SOURCE -->
</body>
</html>