Public: Add identify verification for non main mastodon accounts

This patch adds verification for the mastodon accounts
@networkexception@social.nwex.de and
@networkexception@serenityos.social.

Instead of linking with an anchor, two link tags in the documents head
are used. If JavaScript renders the page's source code this does not
make a difference, but readers interpreting the markup should be aware
that those accounts are not explicitly linked like the one in the links
section.
This commit is contained in:
networkException 2022-12-18 15:34:52 +01:00
parent 5c235d1137
commit 8ed993d7d2
Signed by: networkException
GPG key ID: E3877443AE684391
2 changed files with 4 additions and 0 deletions

View file

@ -5,6 +5,8 @@
<meta name="referrer" content="no-referrer">
<link rel="icon" href="/avatar.svg" type="image/svg+xml;charset=UTF-8">
<link rel="stylesheet" href="/style/index.css" type="text/css;charset=UTF-8">
<link rel="me" href="https://social.nwex.de/@networkexception">
<link rel="me" href="https://serenityos.social/@networkexception">
<title>nwex.de</title>
</head>
<body>

View file

@ -5,6 +5,8 @@
<meta name="referrer" content="no-referrer">
<link rel="icon" href="/avatar.svg" type="image/svg+xml;charset=UTF-8">
<link rel="stylesheet" href="/style/index.css" type="text/css;charset=UTF-8">
<link rel="me" href="https://social.nwex.de/@networkexception">
<link rel="me" href="https://serenityos.social/@networkexception">
<title>nwex.de/xhr</title>
</head>
<body>