Skip to content

Commit bd178f7

Browse files
committed
Add Council Boilerplate
1 parent 89455ef commit bd178f7

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

boilerplate/council/copyright.include

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<a href="https://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © [YEAR] <a href="https://www.w3.org/">World Wide Web Consortium</a>. <abbr title="World Wide Web Consortium">W3C</abbr><sup>®</sup> <a href="https://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="https://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document" rel="license">permissive document license</a> rules apply.

boilerplate/council/header.include

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6+
<title>[TITLE]</title>
7+
<link href="https://www.w3.org/StyleSheets/TR/2021/base.css" rel=stylesheet>
8+
</head>
9+
<body class="h-entry">
10+
<div class="head">
11+
<p data-fill-with="logo"></p>
12+
<h1 id="title" class="p-name no-ref">[TITLE]</h1>
13+
<p><a href="https://www.w3.org/policies/process/#council-report">[LONGSTATUS]</a>,
14+
<time class="dt-updated" datetime="[ISODATE]">[DATE]</time></p>
15+
<div data-fill-with="warning"></div>
16+
<p class='copyright' data-fill-with='copyright'></p>
17+
<hr title="Separator for header">
18+
</div>
19+
20+
<nav data-fill-with="table-of-contents" id="toc"></nav>
21+
<main>

0 commit comments

Comments
 (0)