1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00
elinks/test/select.html
Witold Filipczyk d5e19583f5 [select] off by two. Refs #88
Also changed a bit utf8_to_unicode.
2021-05-30 15:08:57 +02:00

9 lines
137 B
HTML

<html>
<head>
<meta charset="utf-8">
</head>
<body>
<select> <option selected="selected">简体中文</option> </select>
</body>
</html>