-
Notifications
You must be signed in to change notification settings - Fork 0
/
saavan.php
53 lines (52 loc) · 1.85 KB
/
saavan.php
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
<?php
include "dbconnection.php";
if(!isset($_SESSION['mobile'])){
header('Location: login.php');
}
?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Gossip - Jio Saavan</title>
<link href="modules.css" rel="stylesheet" type="text/css">
<script src="https://widget.rss.app/v1/carousel.js" type="text/javascript" async></script>
<script src="http://use.edgefonts.net/montserrat:n4:default;source-sans-pro:n2:default.js" type="text/javascript"></script>
<script type="text/javascript" src="time.js"></script>
</head>
<body>
<div id="he"><center><h2><span id="text">GET READY TO CHANGE THE WAY YOU MULTITASK<br>#GOSSIP LAUNCHING SOON<br></span><span id="time"></span></h2></center></div>
<div id="News" class="News"><rssapp-carousel id="ZLFUmqSWEZR1yzWW"></rssapp-carousel></div>
<br>
<center><input type="button" class="change" value="Module Focus" onClick="openFullscreen2()" />
<input type="button" class="change" value="Focus Mode" onClick="openFullscreen()" /></center>
<div class="grid-container2">
<div class="item1"><iframe id="m" src="https://www.jiosaavn.com/" height="505" width="800"></iframe>
</div>
<div class="item2"><iframe src="mod.html" height="245" width="425"></iframe>
</div>
<div class="item3"><iframe src="mod.html" height="245" width="425"></iframe>
</div>
</div>
<br>
<br>
<br>
<div id="nav">
<ul>
<li><a href="login.php">Logout</a></li>
<li><a href="#" id="prof"></a></li>
<li><a href="homepage.php">Home</a></li>
<li><a href="#News">News</a></li>
<li class="log"><img width="50px" src="logo.png"></li>
<li class="te">Gossip © 2020 - All Rights Reserved</li>
</ul>
</div>
</body>
<div id="profnav">
<?php
include "navprof.php";
?>
</div>
<script type="text/javascript" src="mod.js"></script>
</html>