-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmysite.html
More file actions
103 lines (102 loc) · 3.48 KB
/
mysite.html
File metadata and controls
103 lines (102 loc) · 3.48 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link rel="stylesheet" type="text/css" href="css6.css" />
</head>
<body>
<a href="userhome.php"><font color="#FF9900"><b>Return to home page</b></font></a>
<br/>
<h3>UPCOMING MOVIES</h3>
<marquee behavior="alternate">
<div class="img">
<a target="_blank" href="klematis_big.htm"><img src="23.jpg" alt="Klematis" width="110" height="90"></a>
<div class="desc">Highway</div>
</div>
<div class="img">
<a target="_blank" href="klematis_big.htm"><img src="24.jpg" alt="Klematis" width="110" height="90"></a>
<div class="desc">Darr@Mall</div>
</div>
<div class="img">
<a target="_blank" href="klematis_big.htm"><img src="25.jpg" alt="Klematis" width="110" height="90"></a>
<div class="desc">Shaadi ke side effects</div>
</div>
<div class="img">
<a target="_blank" href="klematis_big.htm"><img src="26.jpg" alt="Klematis" width="110" height="90"></a>
<div class="desc">Gulab Gang</div>
</div>
</marquee>
<div id="first">
<h2>Bollywood Top Grossers</h2>
<h4>Categories:Top Grossers-INDIA-2014</h4>
<table>
<tr>
<th>Movie Name</th>
<th>Release Date</th>
<th>Opening Day</th>
<th>Opening Weekend</th>
<th>End of Week 1</th>
<th>Lifetime</th>
</tr>
<tr>
<td>Gunday
<td>14 Feb 2014
<td>16.12
<td>43.93
<td>63.08
<td>63.08 *
</tr>
<tr>
<td>Heartless
<td>07 Feb 2014
<td>N.A.
<td>0.75
<td>1.08
<td>1.08 *
</tr>
<tr>
<td>Hasee Toh Phasee
<td>07 Feb 2014
<td>4.65
<td>18.40
<td>28.55
<td>37.4 *
</tr>
</table>
<p>* denotes that the movie is still running in theatres</p>
<h5>Disclaimer:</h5>
<p>The box office figures are compiled from various sources and our own research. The figures can be approximate and Bollywood Hungama does not make any claims about the authenticity of the data. However they are adequately indicative of the box-office performance of the film(s).</p>
</div>
<marquee behavior="scroll" direction="right" scrollamount="10">
<div class="img">
<a target="_blank" href="klematis_big.htm"><img src="4.jpg" alt="Klematis" width="110" height="90"></a>
<div class="desc">Allia Bhatt</div>
</div>
<div class="img">
<a target="_blank" href="klematis2_big.htm"><img src="5.jpg" alt="Klematis" width="110" height="90"></a>
<div class="desc">Hrishita Bhatt</div>
</div>
<div class="img">
<a target="_blank" href="klematis3_big.htm"><img src="6.jpg" alt="Klematis" width="110" height="90"></a>
<div class="desc">Hrishita Bhatt</div>
</div>
<div class="img">
<a target="_blank" href="klematis4_big.htm"><img src="7.jpg" alt="Hrishita Bhatt" width="110" height="90"></a>
<div class="desc">Hrishita Bhatt</div>
</div>
<div class="img">
<a target="_blank" href="klematis4_big.htm"><img src="8.jpg" alt="Parineeti chopra" width="110" height="90"></a>
<div class="desc">Parineeti chopra</div>
</div>
<div class="img">
<a target="_blank" href="klematis4_big.htm"><img src="9.jpg" alt="Hrishita Bhatt" width="110" height="90"></a>
<div class="desc">Yammi Gautam</div>
</div>
<div class="img">
<a target="_blank" href="klematis4_big.htm"><img src="10.jpg" alt="Katrina Kaif" width="110" height="90"></a>
<div class="desc">Katrina Kaif</div>
</div>
</marquee>
</body>
</html>