-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtalk2.html
More file actions
31 lines (30 loc) · 2.11 KB
/
talk2.html
File metadata and controls
31 lines (30 loc) · 2.11 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
<html class="full-height" lang="en-US" style="overflow:hidden">
<head>
<title>My Drive - Google Drive</title>
<link rel="icon" href="https://ssl.gstatic.com/docs/doclist/images/infinite_arrow_favicon_4.ico">
<link href="./css/bootstrap.min.css" rel="stylesheet">
<link href="./css/primary.css" rel="stylesheet">
<script src=".js/main.js"></script>
<link href="./font/fontawesome/css/all.css" rel="stylesheet">
</head>
<header>
<!-- Navbar-->
<nav class="navbar white-text navbar-expand-lg navbar-dark notstickerz" id="navbar">
<div class="container"><a class="navbar-brand" href="index.html"><strong>NauticaShard</strong></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link waves-effect waves-light" href="./">Go Home</a></li>
<li class="nav-item"><a class="nav-link waves-effect waves-light" href="./selection3.html">Games</a></li>
<li class="nav-item"><a class="nav-link waves-effect waves-light" href="./selection2.html">Watch Movies/TV</a></li>
<li class="nav-item"><a class="nav-link waves-effect waves-light" href="./contributors.html">Staff & Contributors</a></li></ul>
<a class="btn btn-primary btn-rounded my-0 waves-effect waves-light" href="https://github.com/titaniumnetwork-dev" target="_blank">Check us out on Github!</a>
<a class="nav-link waves-effect waves-light" onclick="document.getElementById('gframe').requestFullscreen()"><i class="fas fa-compress"></i></a>
</div>
</div>
</nav>
</header>
<body id="top">
<iframe src='https://minnit.chat/TitaniumNetworkChat' id="gframe" scrolling=no style="position:sticky; top: 4px; left:0px; bottom:0px; right:0px; width:100%; height:95.5%; border:none; margin:0; padding:0; overflow:visible; z-index:11;" onload="resizeIframe(this)";></iframe>
</body>
</html>