-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
5 lines (5 loc) · 1.11 KB
/
index.html
1
2
3
4
5
<!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/vendor.20833e0b.css"> <link rel="stylesheet" href="styles/main.e0afbcbc.css"> <body ng-app="coinboxApp"> <!--[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="container"> <div class="header"> <ul class="nav nav-pills pull-right"> <li><a href="#/">Create New</a></li> </ul> <h3 class="text-muted"><a href="#/">Coinbox</a></h3> </div> <div ng-view=""></div> <div class="footer"> <p>Coinbox bitcoin invoice generator</p> </div> </div> <!--[if lt IE 9]>
<script src="scripts/oldieshim.ff90b0fb.js"></script>
<![endif]--> <script src="scripts/vendor.89a83346.js"></script> <script src="scripts/scripts.ce1e1919.js"></script>