Parent Directory
|
Revision Log
++ swe/visualizer/ChangeLog 7 Dec 2008 10:24:13 -0000 * input.html: New document. * regexp.cgi: Use ?s= as input. Handle errors. Specify style sheet. 2008-12-07 Wakaba <wakaba@suika.fam.cx>
| 1 | wakaba | 1.1 | <!DOCTYPE HTML> |
| 2 | <html lang=en> | ||
| 3 | <title>Regular expression visualizer</title> | ||
| 4 | <link rel=stylesheet href="/www/style/html/xhtml"> | ||
| 5 | <h1>Regular expression visualizer</h1> | ||
| 6 | |||
| 7 | <form action=regexp method=get accept-charset=utf-8> | ||
| 8 | |||
| 9 | <p><input type=text name=s size=100> | ||
| 10 | |||
| 11 | <p><input type=submit> | ||
| 12 | |||
| 13 | </form> |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |