forked from Ryuno-Ki/diaspora-webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
share.html
29 lines (28 loc) · 1.01 KB
/
share.html
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
<!DOCTYPE html>
<html>
<head>
<title>diaspora* OpenWebApps</title>
<meta charset="utf-8" />
<meta content="width=device-width" name="viewport" />
<link rel="stylesheet" media="screen" type="text/css" title="design" href="design/style.css" />
<link href="design/icon.png" rel="shortcut icon">
<link href="design/icon.png" rel="apple-touch-icon">
<link rel="localization" href="locales/{locale}.properties" />
<link rel="manifest" href="./manifest.webapp" />
<script type="application/javascript" src="lib/l10n.js" charset="utf-8"></script>
</head>
<body>
<header>
<a id="installLink" href="https://marketplace.firefox.com/app/diaspora/">
<img src="design/icon_market.png" alt="Marketplace" />
</a>
<h1>
<a href="https://diasporafoundation.org">diaspora*</a>
</h1>
</header>
<section id="content">
<div id="previousHandles"></div>
</section>
<script type="text/javascript" src="script_share.js"></script>
</body>
</html>