-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcontact.html
53 lines (53 loc) · 2.63 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Contact</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="How to contact me">
<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><a href="submit.html"><i class="icon-plus"></i> Submit a Proxy</a></li>
<li class="active"><a href="contact.html"><i class="icon-user"></i> Contact</a></li></ul></div></div></div></div>
<div class="container">
<section class="hero-unit" style="padding: 10px 30px 15px 30px;width:520px;margin:0 auto;">
<h2>Contact Us</h2>
<ul>
<li>Twitter: <a target="_blank" href="https://twitter.com/#!/ThePirateProxy" title="Twitter">@ThePirateProxy</a></li>
<li>To send an email, use the feedback button on the homepage</li>
<br>
<h2>Twitter Stream</h2>
<a class="twitter-timeline" href="https://twitter.com/ThePirateProxy" data-widget-id="244229993792671745">Tweets by @ThePirateProxy</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</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>