generated from kinglalu/special-octo-doodle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
selection2.html
executable file
·33 lines (32 loc) · 2.24 KB
/
selection2.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
<html class="full-height" lang="en-US">
<head>
<title>Classes</title>
<link rel="icon" href="https://www.gstatic.com/classroom/ic_product_classroom_48.png">
<link href="./css/bootstrap.min.css" rel="stylesheet">
<link href="./css/primary.css" rel="stylesheet">
<link href="./css/transitions.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"><img src="/img/valk.png" width="40" height="40" alt=""><strong> Kinglalu's TitaniumPhoenix</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="./bitcoin.html">Bitcoin</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>
<div id="top">
<iframe src='./selection2b.html' id="gframe" width='100%' height='100%' style='border:none; position:fixed; top: 59' allowTransparency='true'></iframe>
</div>
</html>