mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
12 lines
200 B
HTML
12 lines
200 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<input <warning descr="type requires value">type</warning>>
|
|
|
|
<img src="" alt/>
|
|
</body>
|
|
</html> |