-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathsubmit.html
48 lines (48 loc) · 2.21 KB
/
submit.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Submit a Site to The Proxy Bay</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<style>body{ padding-top: 60px;background: #282828;}</style>
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
<link rel="image_src" href="assets/img/piratebaylogo.gif">
<link href="assets/ico/favicon.ico" rel="shortcut icon" type="image/x-icon">
<meta name="description" content="Submit your proxy site to The Proxy Bay">
<meta name="keywords" content="pirate, bay, proxy, list, bypass, thepiratebay.la, proxybay.co, piratebay, blocked, unblocked, censorship, brein, bpi">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="/">The Proxy Bay</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="index.html"><i class="icon-home"></i> Home</a></li>
<li><a href="alternate-methods.html"><i class="icon-th"></i> Alternate methods</a></li>
<li><a href="setup.html"><i class="icon-wrench"></i> Setup a Proxy</a></li>
<li class="active"><a href="submit.html"><i class="icon-plus"></i> Submit a Proxy</a></li>
<li><a href="contact.html"><i class="icon-user"></i> Contact</a></li></ul></div></div></div></div>
<div class="container">
<div id="formContainer" class="hero-unit" style="padding:30px;width:575px;margin:0 auto;">
<iframe width="575px" height="575px" frameborder="0" scrolling="no" src="https://s.proxybay.co/index.php"></iframe>
</div>
</div>
</div>
<script src="assets/js/jquery.js"></script>
<script src="assets/js/bootstrap-transition.js"></script>
<script src="assets/js/bootstrap-dropdown.js"></script>
<script src="assets/js/bootstrap-collapse.js"></script>
</body>
</html>