OLD | NEW |
---|---|
(Empty) | |
1 <html> | |
Jamie
2014/03/04 21:40:35
The comments for clientpage.html all apply to this
chaitali
2014/03/05 22:02:22
Done.
| |
2 <head> | |
3 <title>Host Page</title> | |
4 <script src="/static/hostpage.js"></script> | |
5 </head> | |
6 <body> | |
7 <center> | |
8 <textarea id="testtext" rows="10" cols="50" tabindex="1"></textarea> | |
9 </center> | |
10 </body> | |
11 </html> | |
OLD | NEW |