forked from w3c/webpayments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (38 loc) · 1.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!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>
<script class='remove'>
var respecConfig = {
specStatus: "webspec"
, shortName: "webpayments"
, editors: [{
name: "Doug Schepers"
}]
};
</script>
</head>
<body>
<section id="abstract">
<p>
This specification does all manners of neat stuff.
</p>
</section>
<section id="sotd">
<p>
Pay no attention to this section at this time.
</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.
</p>
</section>
</body>
</html>