diff options
Diffstat (limited to 'assets/html/plugin.html')
-rwxr-xr-x | assets/html/plugin.html | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/assets/html/plugin.html b/assets/html/plugin.html deleted file mode 100755 index f112a4b..0000000 --- a/assets/html/plugin.html +++ /dev/null @@ -1,43 +0,0 @@ -<html> -<head> -<title>Plugin test</title> -</head> -<body> -<h1>Plugin test page</h1> -This is text above the plugin -<a href="http://www.google.com">Google</a> -<br> -lhs -<object type="application/x-testplugin" height=40 width=64> - <param name="DrawingModel" value="Bitmap" /> -</object> -<object type="application/x-testplugin" height=40 width=64> - <param name="DrawingModel" value="Canvas" /> -</object> -rhs -<br> - -This is some the text and more text and more text and more text and more text and more text and more text and more text and more text and more text and more text -<ol> -<li><a href="http://www.google.com">Google</a></li> -<li><a href="http://www.gmail.com">Gmail</a></li> -<li><a href="http://maps.google.com/">Google Maps</a></li> -<li><a href="http://news.google.com">Google News</a></li> -<li><a href="http://www.yahoo.com">Yahoo!</a></li> -<li><a href="http://www.yahoomail.com">Yahoo! Mail</a></li> -<li><a href="http://www.msn.com">MSN</a></li> -<li><a href="http://www.hotmail.com">Hotmail</a></li> -<li><a href="http://www.aol.com">AOL</a></li> -<li><a href="http://mail.aol.com">AOL Mail</a></li> -<li><a href="http://www.ebay.com">eBay</a></li> -<li><a href="http://www.ask.com">Ask.com</a></li> -<li><a href="http://www.amazon.com">Amazon</a></li> -<li><a href="http://www.myspace.com">MySpace</a></li> -<li><a href="http://www.nytimes.com">New York Times</a></li> -<li><a href="http://www.weather.com">Weather Channel</a></li> -<li><a href="http://www.wikipedia.org/">Wikipedia</a></li> -<li><a href="http://www.cnet.com">CNET</a></li> -<li><a href="http://www.apple.com">Apple</a></li> -</ol> -</body> -</html> |