OLD | NEW |
---|---|
(Empty) | |
1 <html> | |
scherkus (not reviewing)
2013/07/19 01:58:49
copyright
scherkus (not reviewing)
2013/07/19 01:58:49
<!DOCTYPE html> at the very top
this specifies th
Ty Overby
2013/07/19 17:48:00
Done.
Ty Overby
2013/07/19 17:48:00
Done.
| |
2 <head> | |
3 <link rel="stylesheet" href="media_internals.css"> | |
scherkus (not reviewing)
2013/07/19 01:58:49
you're missing a few other things
please refer to
Ty Overby
2013/07/19 17:48:00
Done.
| |
4 <script src="chrome://media-internals/media_internals.js"></script> | |
5 <title> Media-Internals </title> | |
scherkus (not reviewing)
2013/07/19 01:58:49
nit: remove spaces on the side
I'd also just titl
Ty Overby
2013/07/19 17:48:00
Done.
| |
6 </head> | |
7 <body> | |
8 Hello World | |
9 </body> | |
10 </html> | |
OLD | NEW |