From 298ce623b311f1850960cb40a3095e296b86dd8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?well=C3=A1?= Date: Fri, 14 Jun 2019 16:20:27 +0200 Subject: [PATCH] add new HTML resource fixes #39 --- pages/html/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/html/index.vue b/pages/html/index.vue index f04cb0a..7c51d55 100644 --- a/pages/html/index.vue +++ b/pages/html/index.vue @@ -33,6 +33,11 @@ export default { desc: 'A curated list of awesome Canvas examples, related articles and posts.', url: 'https://github.com/raphamorim/awesome-canvas#readme' }, + { + title: 'HTML Spec', + desc: 'This specification defines a big part of the Web platform, in lots of detail.', + url: 'https://html.spec.whatwg.org/' + }, ] } },