16 lines
358 B
HTML
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> |