From 6f85422e8a1619be24202bd5274575a0f27de5bc Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sat, 30 May 2020 12:25:37 +0200 Subject: [PATCH] Base: Add HTML spec (multipage) to the default Browser bookmarks :^) --- Base/home/anon/bookmarks.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Base/home/anon/bookmarks.json b/Base/home/anon/bookmarks.json index 84a29a0029..ce02be5453 100644 --- a/Base/home/anon/bookmarks.json +++ b/Base/home/anon/bookmarks.json @@ -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/" } ]