mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|