forked from ProjectBarks/FancyProx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.html
executable file
·37 lines (35 loc) · 1.6 KB
/
main.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
<!DOCTYPE html>
<html>
<head>
<title>Fancy Proxy ~ Elegantly Free</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="static/base.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,600' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Mr+Dafoe' rel='stylesheet' type='text/css'>
<link rel="icon" href="static/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="static/favicon.ico" type="image/x-icon">
</head>
<body data-vide-bg="static/video/school">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="static/js/jquery-1.11.1.min.js"><\/script>')</script>
<script src="static/js/jquery.vide.js"></script>
<div class="wrap">
<div class="content">
<div class="logo">
<a href="index.html"><h1>Fancy Prox</h1></a>
</div>
<p>We have your back! No more censoring :)</p>
<div class="form">
<form id="form_wrapper" action="" method="get">
<input placeholder="Please enter the website URL" value="" type="text" id="url_entry" name="url" tabindex="2" required>
<input type="submit" id="go_button" value="Connect">
</form>
</div>
<div class="footer">
<p class="copy">© 2014 Created and Designed by Mr. Stem</p>
</div>
</div>
</div>
</body>
</html>