This commit is contained in:
Arjun Patel
2017-10-07 23:26:31 -07:00
parent 2d726be9e8
commit 9255e1eb3c
7 changed files with 85 additions and 24 deletions
+5 -1
View File
@@ -2,10 +2,12 @@
<html>
<head>
<title>DoEverythingBar</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
@@ -20,14 +22,16 @@
<div class="input-group stylish-input-group">
<input type="text" id="input" class="form-control" placeholder="Search" >
<span class="input-group-addon">
<image id="fire" src="images/error.png">
<button type="submit">
<span id="enter" class="glyphicon glyphicon-upload"></span>
</button>
</span>
</div>
</div>
</div>
</div>
</div>
<iframe
height="100%"
width="100%"