Skip to content

Commit

Permalink
Merge pull request #43 from marcoscaceres/patch-1
Browse files Browse the repository at this point in the history
fix: ReSpec template is all sorts of wrong
  • Loading branch information
dontcallmedom authored Aug 17, 2016
2 parents 5f9342c + babf13d commit b8611fd
Showing 1 changed file with 13 additions and 14 deletions.
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

0 comments on commit b8611fd

Please sign in to comment.