forked from DoktaCrisis/TitaniumPhoenix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
local.html
57 lines (53 loc) · 1.72 KB
/
local.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
<!DOCTYPE HTML>
<html lang="en-US">
<html lang="en-US">
<head profile="http://www.w3.org/2005/10/profile">
<link rel="icon"
href="https://ssl.gstatic.com/docs/doclist/images/infinite_arrow_favicon_4.ico">
</head>
</html>
</html>
<html>
<head>
<title>My Drive - Google Drive</title>
<link href="css/secondary.css" rel="stylesheet" type="text/css" media="all" />
<script type="text/javascript">
$(document).ready(function() {
$('#slider').rhinoslider({
autoPlay: true
});
});
</script>
</head>
<body>
<div class="header">
<div class="wrap">
</div>
<div class="clear"></div>
<div class="neon">
<ul>
<li><a href="/">Go Home</a></li>
<li><a href="selection.html">Back to selection page</a></li>
<li><a href="games.html">Games</a></li>
<li><a href="selection2.html">Watch-movies/tv</a></li>
<li><a href="forums.html">Forum</a></li>
<li><a href="contributors.html">Staff/Contributors</a></li>
</ul>
<div class="clear"></div>
</div>
</div>
</div>
<div class="wrap">
<div class="content">
<iframe allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true" src="index.php" style="position:fixed; top:25px; left:0px; bottom:0px; right:0px; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:11;">
</iframe>
</div>
</div>
<div class="footer">
<div class="wrap">
<div class="f-menu">
</div>
</div>
</div>
</body>
</html>