add .well-known/button.json

This commit is contained in:
gnat 2024-11-20 14:40:11 -08:00
parent 7c22b4aba8
commit 613c53dee6
2 changed files with 14 additions and 0 deletions

13
.well-known/button.json Normal file
View File

@ -0,0 +1,13 @@
{
"$schema": "https://codeberg.org/LunarEclipse/well-known-button/raw/branch/main/drafts/button-2024-06.schema.json",
"default": "natalieee.net",
"buttons": [
{
"id": "natalieee.net",
"uri": "https://natalieee.net/files/natalieee.net.png",
"alt": "natalieee.net 88x31",
"link": "https://natalieee.net",
"sha256": "1ff45434606ed76769bcc0b4f5a6bb8f86e9e1ab07550a48eb6977b3cf285963"
}
]
}

View File

@ -47,3 +47,4 @@
2024-10-20: add <a href='/html/view-thought.html'>alternative thought viewing frontend</a> 2024-10-20: add <a href='/html/view-thought.html'>alternative thought viewing frontend</a>
2024-11-01: minor accessibility improvements to style.css; general minor changes 2024-11-01: minor accessibility improvements to style.css; general minor changes
2024-11-13: add cryptography, technical specifications sections to natalie-info 2024-11-13: add cryptography, technical specifications sections to natalie-info
2024-11-20: add /.well-known/button.json