1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:17:44 +00:00

Base: Add HTML spec (multipage) to the default Browser bookmarks :^)

This commit is contained in:
Andreas Kling 2020-05-30 12:25:37 +02:00
parent 0d5be35c1f
commit 6f85422e8a

View file

@ -4,11 +4,15 @@
"url": "http://www.serenityos.org/"
},
{
"title": "SerenityOS Github Page",
"title": "SerenityOS @ GitHub",
"url": "https://github.com/SerenityOS/serenity"
},
{
"title": "Google",
"url": "https://www.google.com/"
},
{
"title": "HTML spec",
"url": "https://html.spec.whatwg.org/multipage/"
}
]