🔍 Fixed relative URLs in microformats

This commit is contained in:
Maxim Lebedev 2021-07-22 02:35:46 +05:00
parent b83c9483b4
commit d78c108d96
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Example App</title>
<link rel="redirect_uri" href="/indieauth/callback">
<link rel="redirect_uri" href="https://toby3d.test/redirect">
<link rel="redirect_uri" href="/redirect">
</head>
<body class="h-app">
<img class="u-logo" src="logo.svg" width="256" height="256" alt="Example App logo">
<h1><a class="u-url p-name" href="/">Example App</a></h1>
<h1><a class="u-url p-name" href="/indieauth/">Example App</a></h1>
</body>
</html>