mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 10:52:47 +00:00
finished graph information
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
<head>
|
||||
<title>mitchel.io</title>
|
||||
<link rel='shortcut icon' href='/public/favicon.ico' type='image/x-icon' />
|
||||
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="/public/css/style.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.css">
|
||||
@@ -68,10 +69,6 @@
|
||||
<footer class="blog-footer">
|
||||
<p>Site created and managed by Mitchell Gerber</p>
|
||||
<span>©2015-2016</span>
|
||||
<br>
|
||||
<span>Glyphicons provided by</span>
|
||||
<br>
|
||||
<a href="http://glyphicons.com/" target="_blank"><span>glyphicons.com</span></a>
|
||||
</footer>
|
||||
</body>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0-beta1/jquery.min.js"></script>
|
||||
@@ -80,6 +77,10 @@
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular.js"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular-route.js"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular-resource.js"></script>
|
||||
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.1.3/Chart.bundle.js"></script>
|
||||
<script src="/public/js/app.js"></script>
|
||||
<script src="/public/js/IndexController.js"></script>
|
||||
<script src="/public/js/SensorsController.js"></script>
|
||||
<script src="/public/js/SensorInfoController.js"></script>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user