mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
13 lines
215 B
HTML
13 lines
215 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
<body>
|
|
<select autofocus>
|
|
<option dir="ltr">بحث کاربر</option>
|
|
<option dir="rtl">بحث کاربر</option>
|
|
</select>
|
|
</body>
|
|
</html>
|