OLD | NEW |
---|---|
(Empty) | |
1 <html> | |
Jamie
2014/03/04 21:40:35
Please add a standard HTML header, including copyr
chaitali
2014/03/05 22:02:22
Done.
| |
2 <head> | |
Jamie
2014/03/04 21:40:35
Nit: 2-space indentation for <head> and <body> rel
chaitali
2014/03/05 22:02:22
Done.
| |
3 <title>Client Page</title> | |
4 <script src="/static/clientpage.js"></script> | |
Jamie
2014/03/04 21:40:35
Assuming the scripts are going to be collocated wi
chaitali
2014/03/05 22:02:22
Done.
| |
5 </head> | |
6 <body> | |
7 </body> | |
8 </html> | |
OLD | NEW |