Subversion Repositories wimsdev

Rev

Rev 20 | Rev 5906 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20 Rev 4175
Line 1... Line 1...
1
<html><TITLE>Notepad</TITLE>
1
<html><title>Notepad</title>
2
<head>
2
<head>
3
</head>
3
</head>
4
<body background=>
4
<body background=>
5
<div align="center">
5
<div align="center">
6
<button onclick=window.close()>Close</button>
6
<button onclick="window.close()">Close</button>
7
<br><textarea cols=70 rows=150>
7
<br><textarea cols=70 rows=150>
8
</textarea>
8
</textarea>
9
</br>
9
</br>
10
</div>
10
</div>
11
</body>
11
</body>