mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-12-25 21:29:53 +00:00
16 lines
359 B
HTML
16 lines
359 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
|
||
|
html,body {
|
||
|
color:black; background-color:white; font-size:16px; padding:0; margin:0;
|
||
|
}
|
||
|
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body><table style="border:6px solid lime" height="82"><tbody>1</tbody><tbody height="30">2</tbody></table></body>
|
||
|
|
||
|
</html>
|