mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-08 22:32:05 +00:00
19 lines
221 B
HTML
19 lines
221 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
table {
|
||
|
border: 1px solid red;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<table>
|
||
|
<tr><td style="width:10em">supercalifragilisticexpialidocious</td></tr>
|
||
|
</table>
|
||
|
|
||
|
</body>
|
||
|
</html>
|