mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-19 13:31:00 +00:00
11 lines
256 B
HTML
11 lines
256 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
|
<body>
|
|
<select multiple style="background-color: green;">
|
|
<option selected></option>
|
|
<option selected value="">foo</option>
|
|
</select>
|
|
</body>
|
|
</html>
|