-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.include
More file actions
35 lines (32 loc) · 1.33 KB
/
header.include
File metadata and controls
35 lines (32 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#3c790a">
<title>[TITLE]</title>
<link href="https://resources.whatwg.org/spec.css" rel="stylesheet">
<link href="https://resources.whatwg.org/standard.css" rel="stylesheet">
<link href="https://resources.whatwg.org/standard-shared-with-dev.css" rel="stylesheet">
<link href="[LOGO]" rel="icon">
<script src=https://resources.whatwg.org/file-issue.js async></script>
<script src=https://resources.whatwg.org/commit-snapshot-shortcut-key.js async></script>
<script src="https://resources.whatwg.org/standard-mdn-annos.js" defer></script>
<body class="h-entry status-[STATUS]">
<div class="head">
<a href="https://whatwg.org/" class="logo">
<img alt="WHATWG" height="100" src="[LOGO]">
</a>
<hgroup>
<h1 id="title" class="p-name no-ref">[H1]</h1>
<p id="subtitle">[LONGSTATUS] — 最后更新 <time class="dt-updated" datetime="[ISODATE]">[ISODATE]</time>
</hgroup>
<div data-fill-with="spec-metadata"></div>
<div data-fill-with="warning"></div>
</div>
<div class="p-summary">
<h2 class="no-num no-toc no-ref heading settled" ><span class="content">摘要</span></h2>
<p>[ABSTRACT]</p>
</div>
<nav data-fill-with="table-of-contents" id="toc">
</nav>
<main>