mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-13 11:10:13 +01:00
14 lines
162 B
HTML
14 lines
162 B
HTML
<html> <body>
|
|
1
|
|
<table border=1 width="100%">
|
|
<tr><td></td></tr>
|
|
</table>
|
|
2
|
|
<br>
|
|
3
|
|
<table border=1 width="100%">
|
|
<tr></tr>
|
|
</table>
|
|
4
|
|
</body> </html>
|