projects
/
emacs-init.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
some updates
[emacs-init.git]
/
nxhtml
/
tests
/
in
/
csr-080710-2.html
1
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
2
<head>
3
<title>Title</title>
4
<style type="text/css">
5
body { background: #ccc; }
6
p {
7
color: white;
8
9
}
10
</style>
11
</head>
12
<body>
13
<div id="container">
14
<script type="text/javascript">
15
var a = "aaa";
16
17
function test () {
18
19
}
20
</script>
21
</div>
22
</body>
23
</html>