forked from Ryuno-Ki/diaspora-webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (39 loc) · 1.58 KB
/
index.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
30
31
32
33
34
35
36
37
38
39
40
41
42
<!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 data-l10n-id="marketplace" 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>
<form id="login-form">
<ul id="newHandle">
<li><label data-l10n-id="podurl-select" id="podurl-label" for="podurl"></label></li>
<li><input data-l10n-id="podurl" id="podurl" name="podurl" type="email" /></li>
<li id="error" class="hidden"></li>
<li><button data-l10n-id="go-to-pod" id="submitButton" type="submit"></button></li>
</ul>
</form>
</section>
<footer>
<p><a data-l10n-id="create-account" href="https://wiki.diasporafoundation.org/Choosing_a_pod"></a></p>
</footer>
<script type="text/javascript" src="script.js"></script>
</body>
</html>