summaryrefslogtreecommitdiff
path: root/SparkleShare/Common/HTML/protocol-handler-test/protocol-handler-test.htm
blob: da103103ad6c50eef2418507fc5d6227ff543d28 (plain)
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
<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>