Add index.html
This commit is contained in:
commit
c108cd5a08
1 changed files with 38 additions and 0 deletions
38
index.html
Normal file
38
index.html
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
<!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">
|
||||
<!-- 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>Mcmpcom Ltd</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Mcmpcom Ltd</h1>
|
||||
<div class="h-card">
|
||||
<p>
|
||||
Hi, my name is <span class="p-name">Dr Chanmp</span> and I am a human on the Internet.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You can find me on other websites below:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li><a class="u-url" href="https://gitlab.com/@drchanmp" rel="me">@drchanmp</a></li>
|
||||
<li><a class="u-url" href="https://github.com/@drcklinn" rel="me">@drcklinn</a></li>
|
||||
<li><a class="u-url" href="https://twitter.com/@drcklinn" rel="me">@drcklinn</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue