forked from indieweb/blank-gh-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (42 loc) · 1.8 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
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
<link rel="token_endpoint" href="https://tokens.indieauth.com/token">
<link rel="icon" href="/images/avatar.png" />
<!-- Estes links em HEAD ficam invisíveis na página -->
<link rel="me" href="https://twitter.com/w3bk3rn3l" />
<!-- replace the below link with what aperture.p3k.io gives you after signing-in.
(Details: https://indieweb.org/Microsub#Getting_Started)
In summary:
1. sign in to https://aperture.p3k.io/login with your domain
2. you will see a <link> tag displayed on your dashboard
3. copy that <link> tag that looks like:
<link rel="microsub" href="https://aperture.p3k.io/microsub/000">
after this HTML comment. -->
<title>Paulo Pinto</title>
</head>
<body>
<h1>Short Stories</h1>
<div class="h-card">
<p>
Hi, my name is <span class="p-name">Paulo Pinto</span> and I am just a curious guy.
</p>
<p>
You can find me on other websites below:
</p>
<br>
<img class="u-photo" src="/images/avatar.png" alt="" /><br>
<span class="p-nickname">w3bk3rn3l</span><br>
<a class="u-url" href="https://twitter.com/w3bk3rn3l" rel="me">Twitter</a><br>
<a class="u-url" href="https://github.com/webkernel" rel="me">Github</a><br>
<a class="u-email" href="mailto:paulopinto@example.com">paulopinto@example.com</a><br>
<a class="p-locality">Guimarães</a><br>
<a class="p-country-name">Portugal</a><br>
<a href="sms:+11111111111" rel="me">(111) 111-1111</a><br>
</div>
</body>
</html>