CODING/1VBS/test.html
2026-01-19 17:54:17 -05:00

20 lines
186 B
HTML

<html>
<head>
<title>Testing</title>
</head>
<body bgcolor="black" text="white">
<ul>
<li>
stuff
</li>
<li>
stuff
</li>
<li>
stuff
</li>
<li>
stuff
</li>
</ul>
</html>