Parent Directory | Revision Log
++ swe/visualizer/ChangeLog 8 Mar 2009 15:14:36 -0000 2009-03-09 Wakaba <wakaba@suika.fam.cx> * input.html, regexp.cgi: Added links to the document.
1 | <!DOCTYPE HTML> |
2 | <html lang=en> |
3 | <title>Regular expression visualizer</title> |
4 | <link rel=stylesheet href="/www/style/html/xhtml"> |
5 | <link rel=license href="../doc/readme#license"> |
6 | <h1>Regular expression visualizer</h1> |
7 | |
8 | <form action=regexp method=get accept-charset=utf-8> |
9 | |
10 | <p><input type=text name=s size=100> |
11 | |
12 | <p><select name=l><option value=perl58>Perl 5.8 |
13 | <option value=js>JavaScript</select> |
14 | |
15 | <p><input type=submit></p> |
16 | |
17 | </form> |
18 | |
19 | <footer> |
20 | [<a href="../doc/readme">Source</a>] |
21 | </footer> |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |