mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-22 18:29:11 +00:00
18 lines
165 B
HTML
18 lines
165 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<style>
|
||
|
div {
|
||
|
border: 1px solid black;
|
||
|
}
|
||
|
|
||
|
select {
|
||
|
}
|
||
|
</style>
|
||
|
<body>
|
||
|
|
||
|
<div><select><option>Hello</option></select></div>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|