mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
15 lines
274 B
HTML
15 lines
274 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<label for="contactname">Name</label>
|
|
<input type="text"
|
|
id="contactname"
|
|
name="contactname"
|
|
size="30"
|
|
aria-required="true">
|
|
</body>
|
|
</html> |