File tree 1 file changed +38
-0
lines changed
1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments