mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
30 lines
395 B
HTML
30 lines
395 B
HTML
<html>
|
|
<head>
|
|
<title>Bug</title>
|
|
</head>
|
|
<body>
|
|
|
|
BUG:<BR>
|
|
|
|
<SPAN style="color:blue"><SPAN>
|
|
<DIV style="color:red"><DIV>
|
|
<SPAN style="color:green"><SPAN>
|
|
</SPAN></SPAN>
|
|
</DIV></DIV>
|
|
</SPAN></SPAN>
|
|
|
|
<HR>
|
|
|
|
NO BUG:<BR>
|
|
|
|
<SPAN style="color:blue"><SPAN>
|
|
<DIV style="color:red"><DIV>
|
|
<B style="color:green"><B>
|
|
</B></B>
|
|
</DIV></DIV>
|
|
</SPAN></SPAN>
|
|
|
|
|
|
</body>
|
|
</html>
|