Skip to content

Commit

Permalink
Adding baseline index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
iherman committed Jun 7, 2018
1 parent f309f3a commit 39581e9
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Spec proposal</title>
<script src="https://www.w3.org/Tools/respec/respec-w3c-common" class="remove"></script>
<script class='remove'>
// See https://github.com/w3c/respec/wiki/ for how to configure ReSpec
var respecConfig = {
specStatus: "CG-DRAFT",
shortName: "json-ld-api",
editors: [{
name: "Ivan Herman"
}]
};
</script>
</head>
<body>
<section id="abstract">
<p>
This specification does neat stuff.
</p>
</section>
<section id="sotd">
<p>
This is an unofficial proposal.
</p>
</section>

<section id="introduction">
<h2>Introduction</h2>
<p>
See <a href="https://github.com/w3c/respec/wiki/User's-Guide">ReSpec's user guide</a>
for how toget started!
</p>
</section>
</body>
</html>

0 comments on commit 39581e9

Please sign in to comment.