-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
9 lines (8 loc) · 1.55 KB
/
index.html
1
2
3
4
5
6
7
8
9
<!doctype html> <html class="no-js"> <head> <meta charset="utf-8"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <link rel="stylesheet" href="styles/main.e4396564.css"> <body ng-app="inventoryApp"> <!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]--> <!-- Add your site or application content here --> <div class="ui secondary menu"> <a class="active item"> Home </a> <a class="item"> Messages </a> <a class="item"> Friends </a> <div class="right menu"> <div class="item"> <div class="ui icon input"> <input type="text" placeholder="Search..."> <i class="search link icon"></i> </div> </div> <a class="ui item"> Logout </a> </div> </div> <div class="container"> <div ng-view=""></div> </div> <div class="footer"> </div> <!-- Google Analytics: change UA-XXXXX-X to be your site's ID --> <script>!function(A,n,g,u,l,a,r){A.GoogleAnalyticsObject=l,A[l]=A[l]||function(){
(A[l].q=A[l].q||[]).push(arguments)},A[l].l=+new Date,a=n.createElement(g),
r=n.getElementsByTagName(g)[0],a.src=u,r.parentNode.insertBefore(a,r)
}(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-XXXXX-X');
ga('send', 'pageview');</script> <script src="scripts/vendor.5ae76bac.js"></script> <script src="scripts/scripts.ad6e21fa.js"></script>