-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathheader.include
40 lines (38 loc) · 1.27 KB
/
header.include
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
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>[TITLE]</title>
<script>
function plane_mode() {
var link = document.createElement("link");
link.setAttribute("href", "W3C-ED.css");
link.setAttribute("rel", "stylesheet");
link.setAttribute("type", "text/css");
document.head.appendChild(link);
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="w3c-status" content="[STATUS]">
<link href="../default.css" rel=stylesheet type="text/css">
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
<link href="[W3C-STYLESHEET-URL]" rel=stylesheet type="text/css"
onerror="plane_mode();">
<style>
body.h-entry {
background-image:none !important;
}
</style>
</head>
<body class="h-entry">
<div class="head">
<p data-fill-with="logo"></p>
<h1 id="title" class="p-name no-ref">[TITLE]</h1>
<div data-fill-with="spec-metadata"></div>
<p class='copyright' data-fill-with='copyright'></p>
<hr title="Separator for header">
</div>
<h2 class='no-num no-toc no-ref' id='abstract'>Abstract</h2>
<div class="p-summary" data-fill-with="abstract"></div>
<nav data-fill-with="table-of-contents" id="toc"></nav>
<main>