43 lines
1.6 KiB
HTML
43 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<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>
|
|
|
|
<button id="authorize-button" style="opacity: 0;">asd</button>
|
|
<button id="signout-button" style="opacity: 0;">Signout</button>
|
|
|
|
<div class="container main-bg" id="content">
|
|
<div class="row">
|
|
<div class="col-xs-8 search-col">
|
|
<div id="search-cont">
|
|
<div class="input-group stylish-input-group">
|
|
<input type="text" id="input" class="form-control" placeholder="Search" >
|
|
<span class="input-group-addon">
|
|
<button type="submit">
|
|
<span id="enter" class="glyphicon glyphicon-upload"></span>
|
|
</button>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script type="text/javascript" src="calendar.js"></script>
|
|
<script type="text/javascript" src="main.js"></script>
|
|
<!--Imports API -->
|
|
<script async defer src="https://apis.google.com/js/api.js"
|
|
onload="this.onload=function(){};handleClientLoad()"
|
|
onreadystatechange="if (this.readyState === 'complete') this.onload()">
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|