Skip to content

Commit

Permalink
Add index.html in the root directory to make specifications more disc…
Browse files Browse the repository at this point in the history
…overable.
  • Loading branch information
yutak committed Nov 11, 2013
1 parent a067680 commit 41342ad
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 41342ad

Please sign in to comment.