summaryrefslogtreecommitdiff
path: root/Base/home/anon
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-05-30 12:25:37 +0200
committerAndreas Kling <kling@serenityos.org>2020-05-30 12:25:37 +0200
commit6f85422e8a1619be24202bd5274575a0f27de5bc (patch)
tree10f8b77be500b223c58b1e7e9359d1cc1be1aa8e /Base/home/anon
parent0d5be35c1f39c258af06a053a4a44fc91e868a88 (diff)
downloadserenity-6f85422e8a1619be24202bd5274575a0f27de5bc.zip
Base: Add HTML spec (multipage) to the default Browser bookmarks :^)
Diffstat (limited to 'Base/home/anon')
-rw-r--r--Base/home/anon/bookmarks.json6
1 files changed, 5 insertions, 1 deletions
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/"
}
]