[tor-commits] [flashproxy/master] Add Facebook ifram HTML file.
dcf at torproject.org
dcf at torproject.org
Wed Mar 20 21:43:09 UTC 2013
commit 4f793b84d3bc20d4bf13d45ec6b43503f7a1dfad
Author: David Fifield <david at bamsoftware.com>
Date: Wed Mar 20 14:40:31 2013 -0700
Add Facebook ifram HTML file.
Adapted from Griffin's code at
https://github.com/glamrock/cupcake/blob/master/facebook/iframe.html.
---
modules/facebook/facebook.html | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/modules/facebook/facebook.html b/modules/facebook/facebook.html
new file mode 100644
index 0000000..8321dbc
--- /dev/null
+++ b/modules/facebook/facebook.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="utf-8">
+<title>flash proxy facebook app demo</title>
+<style type="text/css">
+iframe {
+ display: block;
+ padding: 5%;
+ border: none;
+}
+</style>
+</head>
+<body>
+<iframe src="//crypto.stanford.edu/flashproxy/embed.html" width="80" height="15" frameborder="0" scrolling="no"></iframe>
+</body>
+</html>
More information about the tor-commits
mailing list