clean up html
This commit is contained in:
parent
658d3aa54a
commit
153800b3ac
1 changed files with 12 additions and 3 deletions
|
@ -1,4 +1,13 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0">
|
<html>
|
||||||
<Link rel="lrdd" type="application/xrd+xml" template="https://social.ayco.io/.well-known/webfinger?resource={uri}"/>
|
<head></head>
|
||||||
</XRD>
|
<body>
|
||||||
|
<xrd xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0">
|
||||||
|
<link
|
||||||
|
rel="lrdd"
|
||||||
|
type="application/xrd+xml"
|
||||||
|
template="https://social.ayco.io/.well-known/webfinger?resource={uri}"
|
||||||
|
/>
|
||||||
|
</xrd>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue