-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
42 lines (40 loc) · 1.11 KB
/
index.html
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
41
42
<!DOCTYPE html>
<html>
<head>
<title>ReSpec multipage test case</title>
<meta charset='utf-8'>
<script src='https://www.w3.org/Tools/respec/respec-w3c'
async class='remove'></script>
<script class='remove'>
var respecConfig = {
specStatus: "ED",
shortName: "jlreq-d",
// edDraftURI: "http://berjon.com/",
editors: [
{
name: "Your Name"
, url: "http://example.org/"
, mailto: "[email protected]"
, company: "Your Company"
, companyURL: "http://example.com/"
},
],
group: "i18n",
};
</script>
</head>
<body>
<section id='abstract'>
<p>
This is the abstract for your specification.
</p>
</section>
<section id='sotd'>
<p>
Custom SoTD text.
</p>
</section>
<section data-include="section-intro.html"></section>
<section data-include="section-basics.html"></section>
</body>
</html>