added guestbook

This commit is contained in:
zyqunix 2024-12-04 22:15:13 +01:00
parent 6f05307f95
commit 315b64cef8

View file

@ -2,25 +2,25 @@
{ {
"name": "Mouse Test", "name": "Mouse Test",
"subheader": "Test your mouse's keys", "subheader": "Test your mouse's keys",
"description": "This tool allows you to test your mouse's keys: Left Click; Middle Click; Right Click.", "description": "This tool allows you to test your mouse's keys: Left Click; Middle Click; Right Click",
"url": "/click" "url": "/click"
}, },
{ {
"name": "Keyboard Test", "name": "Keyboard Test",
"subheader": "Test your keyboard's keys", "subheader": "Test your keyboard's keys",
"description": "This tool allows you to test your keyboard's keys. To start, press any key to show its presses.", "description": "This tool allows you to test your keyboard's keys. To start, press any key to show its presses",
"url": "/keyboard" "url": "/keyboard"
}, },
{ {
"name": "Bio", "name": "Bio",
"subheader": "A page with my links", "subheader": "A page with my links",
"description": "This site includes my links like Instagram, so you can contact me easier.", "description": "This site includes my links like Instagram, so you can contact me easier",
"url": "/bio" "url": "/bio"
}, },
{ {
"name": "90's Bio", "name": "90's Bio",
"subheader": "A 90's inspired site", "subheader": "A 90's inspired site",
"description": "This is a site inspired by a 90's 'About Me' site.", "description": "This is a site inspired by a 90's 'About Me' site",
"url": "/old" "url": "/old"
}, },
{ {
@ -34,5 +34,11 @@
"subheader": "Autstic friend", "subheader": "Autstic friend",
"description": "A site for my autistic friend who does funny noises", "description": "A site for my autistic friend who does funny noises",
"url": "/autist" "url": "/autist"
},
{
"name": "Guestook",
"subheader": "Custom Guestbook Frontend",
"description": "A custo SmartGB frontend that uses a CORS Proxy to fetch reviews",
"url": "/autist"
} }
] ]