Skip to content

Commit 8a72a4c

Browse files
committed
Cleanup
1 parent 10923c6 commit 8a72a4c

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

demo.html

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,16 @@
55
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">
66
</head>
77
<body>
8-
<div class="container" style="padding-top:30px">
9-
8+
<div class="container" style="padding-top: 30px">
109
<div class="row">
1110
<div class="span12">
12-
<div class="hero-unit">
13-
<h1>Pure JavaScript HTML Parser</h1>
14-
<p>All-in-one: XML Serializer, DOM Builder, DOM Document Creator, A SAX-style API </p>
15-
<p>
16-
<a class="btn btn-primary btn-large" href="https://github.com/blowsie/Pure-JavaScript-HTML-Parser">Learn more
17-
</a>
18-
</p>
19-
</div>
11+
<div class="hero-unit">
12+
<h1>Pure JavaScript HTML Parser</h1>
13+
<p>All-in-one: XML Serializer, DOM Builder, DOM Document Creator, A SAX-style API </p>
14+
<p>
15+
<a class="btn btn-primary btn-large" href="https://github.com/blowsie/Pure-JavaScript-HTML-Parser">Learn more</a>
16+
</p>
17+
</div>
2018
</div>
2119
</div>
2220
<div class="row">
@@ -57,7 +55,6 @@ <h1>Pure JavaScript HTML Parser</h1>
5755
</div>
5856
</div>
5957
</div>
60-
6158
</div>
6259
<script src="htmlparser.js"></script>
6360
<script>

0 commit comments

Comments
 (0)