Skip to content

Commit

Permalink
Fixed minor html bug
Browse files Browse the repository at this point in the history
  • Loading branch information
markhofm committed Apr 25, 2014
1 parent 7e6c141 commit 8197135
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
6 changes: 2 additions & 4 deletions SE_Tracking_Server/webapp/dashboard.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta name="generator"
content="HTML Tidy for HTML5 (experimental) for Windows https://github.com/w3c/tidy-html5/tree/c63cc39" />
<title>GeoTracker - Dashboard</title>
<head>
<title>GeoTracker</title>
<link href="favicon.ico" rel="icon" type="image/x-icon" />
</head>
<body>
Expand Down
14 changes: 7 additions & 7 deletions SE_Tracking_Server/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@

<link href="favicon.ico" rel="icon" type="image/x-icon" />
<!-- Libraries -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBU0E_xCCUSNw4bXqTKHxy6OFFeqyjXrXY&amp;sensor=true" type="text/javascript"></script>
<!--script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCk21t6ICUW7xeQMvz0qL1jL_VNwl7sLtw&amp;sensor=false" type="text/javascript"></script-->>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBU0E_xCCUSNw4bXqTKHxy6OFFeqyjXrXY&amp;sensor=true" type="text/javascript"></script>
<!-- Style -->
<style type="text/css">
body {
padding-top: 50px;
padding-bottom: 20px;
}

</style>
}
</style>
</head>
<body>
<!-- Navigation Bar -->
Expand All @@ -35,7 +33,7 @@
<div class="collapse navbar-collapse" id="navbar-collapse-01">
<ul class="nav navbar-nav navbar-left">
<li><a id="home_link" class="navbar-brand" href="#page_content">GeoTracker</a></li>
<li class="dropdown" id="dashboard_menu">
<li hidden class="dropdown" id="dashboard_menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dashboard <b class="caret"></b></a>
<span class="dropdown-arrow"></span>
<ul class="dropdown-menu">
Expand Down Expand Up @@ -69,6 +67,7 @@
<!--/.navbar-collapse -->
</div>
</div>

<!-- Alert Box -->
<div id="page_alert" hidden="" class="alert alert-dismissable alert-danger">
<b>Warning!</b> You best check yourself, you&#39;re not looking so good.</div>
Expand Down Expand Up @@ -105,8 +104,9 @@ <h3>HTML5 Websockets</h3>
<footer class="footer">
<p style="">© GeoTracker 2014</p>
</footer>
</div>
</div>
<!-- /container -->

<!-- Load JS here for greater good =============================-->
<script src="js/jquery-2.0.3.min.js"></script>
<script src="js/jquery-ui-1.10.3.custom.min.js"></script>
Expand Down

0 comments on commit 8197135

Please sign in to comment.