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

fix: ReSpec template is all sorts of wrong #43

Merged
merged 2 commits into from
Aug 17, 2016
Merged
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
27 changes: 13 additions & 14 deletions templates/index.html
Original file line number Diff line number Diff line change
@@ -1,38 +1,37 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Unicorn Toasters Markup API</title>
<script src="http://www.w3.org/Tools/respec/respec-w3c-common" class="remove"></script>
<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: "webspec"
, shortName: "{{repo}}"
, editors: [{
name: "{{displayName}}"
}]
specStatus: "CG-DRAFT",
shortName: "{{repo}}",
editors: [{
name: "{{displayName}}"
}]
};
</script>
</head>
<body>
<section id="abstract">
<p>
This specification does all manners of neat stuff.
This specification does neat stuff.
</p>
</section>
<section id="sotd">
<p>
Pay no attention to this section at this time.
This is an unofficial proposal.
</p>
</section>

<section id="introduction">
<h2>Introduction</h2>
<p>
There is a theory which states that if ever anybody discovers exactly what the Universe is
for and why it is here, it will instantly disappear and be replaced by something even more
bizarre and inexplicable. There is another theory which states that this has already
happened.
See <a href="https://github.com/w3c/respec/wiki/User's-Guide">ReSpec's user guide</a>
for how toget started!
</p>
</section>
</body>
Expand Down