-
Notifications
You must be signed in to change notification settings - Fork 5
/
demo.xhtml
29 lines (29 loc) · 872 Bytes
/
demo.xhtml
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1" />
<title>Demo of JSCSSP, a CSS
parser in JavaScript</title>
<style type="text/css">
pre {
background-color: #FFFFCC;
border: 2px silver solid;
padding: 1em;
-moz-border-radius: 11px;
-webkit-border-radius:11px
}
body { font-family: sans-serif; margin: 1em }
h1 { background-color: silver }
h2 { background-color: lightgrey }
h1, h2 { margin: 0px; padding: 4px }}
</style>
</head>
<body>
<h1>JSCSSP, a CSS parser in
JavaScript</h1>
<h2>Author: <a href="http://glazman.org/weblog">Daniel Glazman</a></h2>
<p>The demo has moved. Please visit <a
href="http://glazman.org/JSCSSP/">http://glazman.org/JSCSSP/</a>.</p>
</body>
</html>