Skip to content

Commit

Permalink
Merge pull request #115 from w3c/note-template
Browse files Browse the repository at this point in the history
Add blank template for writing notes
  • Loading branch information
clapierre authored Oct 23, 2023
2 parents 155cd98 + d3da6a0 commit 1394fb9
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions templates/cg-note.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<meta charset="utf-8" />
<title>Title</title>
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove" defer="defer"></script>
<script class="remove">
var respecConfig = {
group: "publishingcg",
edDraftURI: "https://w3c.github.io/publ-a11y/drafts/shortname/",
specStatus: "CG-DRAFT",
noRecTrack: true,
copyrightStart: "2022",
latestVersion: "https://w3c.github.io/publ-a11y/shortname",
editors: [
{
name: "",
company: "",
companyURL: "",
w3cid: 0
}
],
processVersion: 2020,
includePermalinks: true,
permalinkEdge: true,
permalinkHide: false,
github: {
repoURL: "https://github.com/w3c/publ-a11y",
branch: "main"
}
};
</script>
</head>
<body>
<section id="abstract">
<p></p>
</section>
<section id="sotd"></section>
</body>
</html>

0 comments on commit 1394fb9

Please sign in to comment.