File: embed.html

package info (click to toggle)
flashproxy 1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 928 kB
  • ctags: 874
  • sloc: python: 3,708; sh: 819; makefile: 243; lisp: 15
file content (81 lines) | stat: -rw-r--r-- 1,712 bytes parent folder | download | duplicates (2)
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="86400">
<script type="text/javascript" >
/*
	You can tweak the behaviour of the proxy by giving URL query parameters to
	this embedding document. If you wish to override the default values even in
	the absence of those parameters, you may set them below.

	See the main code of the proxy for details on which URL query parameters
	are available, as well as which defaults you can override.
*/
//var DEFAULT_FACILITATOR_URL = "https://fp-facilitator.org/";
</script>
<style type="text/css">
html {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
#flashproxy-badge {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	line-height: 0;
}
#flashproxy-badge.idle {
	background-color: #227;
}
#flashproxy-badge.active {
	background-color: #28f;
}
#flashproxy-badge.disabled {
	background-color: #777;
}
#flashproxy-badge.dead {
	background-color: #111;
}
#flashproxy-badge td {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
}
#flashproxy-badge a img {
	border: 0;
}
#flashproxy-badge.debug {
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	color: #4c4;
	background-color: #021;
	line-height: inherit;
}
</style>
</head>
<body>
<script type="text/javascript" src="flashproxy.js"></script>
<script type="text/javascript">
flashproxy_badge_insert().start();
</script>
<noscript>
<table id="flashproxy-badge" class="disabled"><tr><td><a href="options.html" target="_blank"><img src="badge.png" alt="Internet freedom"></a></td></tr></table>
</noscript>
</body>
</html>