2 |
<html lang=en> |
<html lang=en> |
3 |
<head> |
<head> |
4 |
<title>Live Scripting HTML Parser</title> |
<title>Live Scripting HTML Parser</title> |
5 |
|
<link rel=author href="http://suika.fam.cx/~wakaba/who?"> |
6 |
|
<link rel=license href="http://suika.fam.cx/c/gnu/gpl" |
7 |
|
title="GNU GPL2 or later"> |
8 |
<style> |
<style> |
9 |
h1, h2 { |
h1 { |
10 |
|
margin: 0; |
11 |
|
font-size: 150%; |
12 |
|
} |
13 |
|
h2 { |
14 |
margin: 0; |
margin: 0; |
15 |
font-size: 100%; |
font-size: 100%; |
16 |
} |
} |
17 |
p, pre { |
p { |
18 |
margin: 0; |
margin: 0 1em; |
19 |
} |
} |
20 |
textarea { |
textarea { |
21 |
width: 100%; |
width: 100%; |
838 |
executed. Currently it does not matter, since we don't allow dynamic |
executed. Currently it does not matter, since we don't allow dynamic |
839 |
modification to the |src| content/DOM attribute value yet. --> |
modification to the |src| content/DOM attribute value yet. --> |
840 |
|
|
|
<!-- TODO: license --> |
|
|
|
|
841 |
</body> |
</body> |
|
</html> |
|
842 |
|
</html> |
843 |
|
<!-- $Date$ --> |
844 |
|
<!-- |
845 |
|
|
846 |
|
Copyright 2008 Wakaba <w@suika.fam.cx> |
847 |
|
|
848 |
|
This program is free software; you can redistribute it and/or |
849 |
|
modify it under the terms of the GNU General Public License |
850 |
|
as published by the Free Software Foundation; either version 2 |
851 |
|
of the License, or (at your option) any later version. |
852 |
|
|
853 |
|
This program is distributed in the hope that it will be useful, |
854 |
|
but WITHOUT ANY WARRANTY; without even the implied warranty of |
855 |
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
856 |
|
GNU General Public License for more details. |
857 |
|
|
858 |
|
You should have received a copy of the GNU General Public License |
859 |
|
along with this program; if not, write to the Free Software |
860 |
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
861 |
|
|
862 |
|
--> |