-
Notifications
You must be signed in to change notification settings - Fork 4
/
news.html
38 lines (37 loc) · 1.05 KB
/
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
<!DOCTYPE html>
<html>
<head>
<title>News</title>
<link rel="stylesheet" type="text/css" href="unheardsoul.css">
</head>
<body>
<div id="divpage2">
<ul id="divul">
<li><a href="home.html">home</a></li>
<li><a href="news.html">news</a></li>
<li><a href="https://www.instagram.com/unheard_soul/" target="_blank">Instagram</a></li>
<li><a href="#more">More</a>
<ul>
<li><a href="about us.html">About Us</a></li>
<li><a href="ContactUs.html">Send Poetry</a></li>
</ul>
</li>
</ul>
</div>
<div>
<marquee scrollamount="30">
<a href="https://www.instagram.com/unheard_soul/" target="_blank"><img src="unheardsoul.jpeg" alt="unheardsoul" height="200" width="1000"></a>
</marquee>
</div>
<center>
<p id="pnews">
<font color="#ff0000">
new video is going to be uploaded very soon #title: kagaz ka tukda
</font>
</p>
</center>
<marquee scrollamount="30" direction="right">
<a href="https://www.instagram.com/unheard_soul/" target="_blank"><img src="unheardsoul.jpeg" alt="unheardsoul" height="200" width="1000"></a>
</marquee>
</body>
</html>