commit 4f793b84d3bc20d4bf13d45ec6b43503f7a1dfad Author: David Fifield david@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>
tor-commits@lists.torproject.org