explorer-ui/inline-form.html
2019-08-15 16:37:24 +05:30

16 lines
358 B
HTML

<html>
<head>
<script src="https://use.fontawesome.com/9affd9d78c.js"></script>
</head>
<body>
<div style="height: 50px; width:300px; background-color: white;">
<form>
<button class="fa fa-search" aria-hidden="true"></button>
<input type="text" id="name" name="user_name">
</form>
</div>
</body>
</html>