-
Notifications
You must be signed in to change notification settings - Fork 92
/
Copy pathchatbox.html
62 lines (62 loc) · 3.29 KB
/
chatbox.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
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<title>My Drive - Google Drive</title>
<link rel="icon" href="https://ssl.gstatic.com/docs/doclist/images/infinite_arrow_favicon_4.ico">
<meta name="generator" content=">MikeLime | Titanium Network Stealth Website">
<meta name="version" content="<?=$version;?>">
<meta name="description" content="Browse the internet freely, play games, and watch movies without the need to worry about web filters, or schools tracking web activity.">
<meta name="KeyWords" content="unblocked games, web proxy, how to unblock websites, website unblocker, unblock games, proxysite, free games, iboss, croxyproxy, titanium network, mikelime, mikelime proxy, boardwalk.ml, fuck iboss">
<meta charset="utf-8">
<meta name="application-name" content="MikeLime | Titanium Network">
<meta name="KeyWords" content="unblocked games, web proxy, how to unblock websites, website unblocker, unblock games, proxysite">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/input.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="topFixedBar" style="vertical-align:top;">
<div align="left">
<a href="/" class="leftText">MikeLime</a>
</div>
<div align="right">
<a href="/selection.html" class="button1">Surf Freely</a>
<a href="/games.html" class="button1">Play Games</a>
<a href="/movies.html" class="button1">Watch Movies</a>
<a href="/chatbox.html" class="button1">Chatbox</a>
<div class="dropdown" style="text-align:center !important;">
<button class="dropbtn" style="margin-left:7%;">≡
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="/selection.html">Surf Freely</a>
<a href="/games.html">Play Games</a>
<a href="/movies.html">Watch Movies</a>
<a href="/chatbox.html">Chatbox</a>
</div>
</div>
</div>
</div>
<script src="js/vendor/jquery.js"></script>
<script src="js/vendor/what-input.js"></script>
<script src="js/vendor/foundation.min.js"></script>
<div id="container" class="element w3-animate-opacity" style="text-align:center;">
<iframe src="https://titanembeds.com/embed/419123358698045453?theme=DiscordDark" height="450px" width="80%" frameborder="0"></iframe>
</div>
</div>
<br/>
<br/>
<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
</body>
</html>