Skip to content

Commit 3f2e543

Browse files
committed
Adding baseline index.html
1 parent fcaa0b9 commit 3f2e543

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

index.html

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Spec proposal</title>
6+
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
7+
<script class='remove'>
8+
// See https://github.com/w3c/respec/wiki/ for how to configure ReSpec
9+
var respecConfig = {
10+
specStatus: "CG-DRAFT",
11+
shortName: "sparql-query",
12+
editors: [{
13+
name: "Pierre-Antoine Champin"
14+
}]
15+
};
16+
</script>
17+
</head>
18+
<body>
19+
<section id="abstract">
20+
<p>
21+
This specification does neat stuff.
22+
</p>
23+
</section>
24+
<section id="sotd">
25+
<p>
26+
This is an unofficial proposal.
27+
</p>
28+
</section>
29+
30+
<section id="introduction">
31+
<h2>Introduction</h2>
32+
<p>
33+
See <a href="https://github.com/w3c/respec/wiki/User's-Guide">ReSpec's user guide</a>
34+
for how toget started!
35+
</p>
36+
</section>
37+
</body>
38+
</html>

0 commit comments

Comments
 (0)