mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
22 lines
277 B
HTML
22 lines
277 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<style>
|
||
|
.Bg
|
||
|
{
|
||
|
BACKGROUND-COLOR: black;
|
||
|
FONT-SIZE: small
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<form>
|
||
|
<span class=Bg>
|
||
|
<select name="site">
|
||
|
<option value="0">- Choose a Site -</option>
|
||
|
<option value="1">Online Banking</option>
|
||
|
</select>
|
||
|
</span>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|