-
Notifications
You must be signed in to change notification settings - Fork 0
/
contextMenus.html
24 lines (24 loc) · 914 Bytes
/
contextMenus.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<script src='librearias/jquery-3.1.1.min.js'></script>
<script src='librearias/bootstrap-3.3.7-dist/js/bootstrap.min.js'></script>
<script src="js/script.js"></script>
<link rel="stylesheet" type="text/css" href="librearias/bootstrap-3.3.7-dist/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="librearias/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div class='contenedor'>
<form id='search' action="" method="post" >
<input id='searchText' type="text" value="" placeholder="Write Text" />
<input type="submit" value="search"/>
</form>
<span id='labelSearchText'>Search</span>
<divs id='menus'>
</div>
<div>
</body>
</html>