Test html
Html
code posted
created at 14 Oct 09:08, updated at 22 Oct 00:45
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv=Content-Type content="text/html; charset=utf8" /> <script type="text/javascript"> </script> </head> <body onkeypress="keypressed(event);" style="padding:200px;background:#080810"> <div id='content' style="width:30%;height:25%;background:white;"> <div id="event" style="width:30%;height:25%;background:white;">event</div> </body> </html> |
515 Bytes in 2 ms with coderay