From da4d35bed3075bfd607c1fd2e6576ba6238c84f1 Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Fri, 10 Jan 2025 10:03:31 -0800 Subject: [PATCH] Initial content to redirect the security/privacy questionnaire to w3c.github.io. (#1) * Initial content to redirect the security/privacy questionnaire to w3c.github.io. * Fix the TAG group ID. --- .nojekyll | 0 README.md | 3 +++ index.html | 6 ++++++ security-questionnaire/index.html | 6 ++++++ w3c.json | 5 +++++ 5 files changed, 20 insertions(+) create mode 100644 .nojekyll create mode 100644 index.html create mode 100644 security-questionnaire/index.html create mode 100644 w3c.json diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index c0a6afe..19617f1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # w3ctag.github.io + Redirects links to repositories that have been transferred to other orgs + +See for the TAG's homepage. diff --git a/index.html b/index.html new file mode 100644 index 0000000..7796afd --- /dev/null +++ b/index.html @@ -0,0 +1,6 @@ + + diff --git a/security-questionnaire/index.html b/security-questionnaire/index.html new file mode 100644 index 0000000..0936fc5 --- /dev/null +++ b/security-questionnaire/index.html @@ -0,0 +1,6 @@ + + diff --git a/w3c.json b/w3c.json new file mode 100644 index 0000000..bfa0863 --- /dev/null +++ b/w3c.json @@ -0,0 +1,5 @@ +{ + "group": 49310 +, "contacts": ["ylafon"] +, "repo-type": "homepage" +}