Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

start to improve the index page, add proposals section #888

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 17 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
<!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>
<head>
<title>Web Components Specifications and Proposals</title>
</head>
<body>
<h1>Web Components Specifications and Proposals</h1>
<h2>Specifications</h2>
<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>
<h2>Proposals</h2>
<ul>
<li><a href="proposals/Declarative-Custom-Elements-Strawman">Declarative Custom Elements</a></li>
</ul>
</body>
</html>