summaryrefslogtreecommitdiff
path: root/SparkleShare/Common/HTML/protocol-handler-test/protocol-handler-test.htm
diff options
context:
space:
mode:
authorAndrew Shadura <andrew.shadura@collabora.co.uk>2015-12-25 18:04:17 +0100
committerAndrew Shadura <andrew.shadura@collabora.co.uk>2015-12-25 18:04:17 +0100
commit2986c09e1e4352b4f0ce694d1c000138c090e8f1 (patch)
treeef73bd4d73637b01d01925eb570c85045b43f2fb /SparkleShare/Common/HTML/protocol-handler-test/protocol-handler-test.htm
parent89d5f75065cf2a7e2ca1c122c26a34d7433d120d (diff)
Imported Upstream version 1.5.0
Diffstat (limited to 'SparkleShare/Common/HTML/protocol-handler-test/protocol-handler-test.htm')
-rw-r--r--SparkleShare/Common/HTML/protocol-handler-test/protocol-handler-test.htm38
1 files changed, 38 insertions, 0 deletions
diff --git a/SparkleShare/Common/HTML/protocol-handler-test/protocol-handler-test.htm b/SparkleShare/Common/HTML/protocol-handler-test/protocol-handler-test.htm
new file mode 100644
index 0000000..da10310
--- /dev/null
+++ b/SparkleShare/Common/HTML/protocol-handler-test/protocol-handler-test.htm
@@ -0,0 +1,38 @@
+<html>
+ <head>
+ <title>SparkleShare Protocol Handler Test</title>
+ <style>
+ body {
+ background-color: #58595b;
+ }
+
+ div {
+ text-align: center;
+ margin: auto;
+ width: 300px;
+ height: 50px;
+ position: absolute;
+ left: 50%;
+ top: 50%;
+ margin-left: -150px;
+ margin-top: -25px;
+ color: #ddd;
+ font-family: sans-serif;
+ font-size: 13px;
+ }
+
+ img {
+ padding-top: 5px;
+ }
+ </style>
+ </head>
+ <body>
+ <div>
+ <b>hbons's stuff</b> on <b>Github</b>
+ <a href="sparkleshare://addProject/https://raw.github.com/hbons/SparkleShare/master/SparkleShare/Common/HTML/protocol-handler-test/invite.xml">
+ <img src="add-to-sparkleshare-button.png" alt="Add to SparkleShare">
+ </a>
+ </div>
+ </body>
+</html>
+