Skip to content

Commit

Permalink
Merge pull request #1 from yutak/add-root-index
Browse files Browse the repository at this point in the history
Add index.html in the root directory to make specifications more discoverable
  • Loading branch information
hayatoito committed Nov 11, 2013
2 parents a067680 + 41342ad commit ce601de
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>Web Components Specifications</title>
</head>
<body>
<h1>Web Components Specifications</h1>
<ul>
<li><a href="explainer/">Introduction to Web Components</a></li>
<li><a href="spec/shadow/">Shadow DOM</a></li>
<li><a href="spec/imports/">HTML Imports</a></li>
<li><a href="spec/custom/">Custom Elements</a></li>
</ul>
</body>
</html>

0 comments on commit ce601de

Please sign in to comment.