|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <title>CarbonWallet - Secure Deterministic Bitcoin Wallet</title> |
| 6 | + <meta content="width=device-width, initial-scale=1.0" name="viewport"> |
| 7 | + <meta content="Deterministic Bitcoin Wallet" name="description"> |
| 8 | + <meta content="carbonwallet" name="author"> |
| 9 | + |
| 10 | + <!-- If I have seen further it is by standing on the shoulders of giants. --> |
| 11 | + |
| 12 | + <!-- Style sheets --> |
| 13 | + <link href="/css/bootstrap-combined.no-icons.min.css" rel="stylesheet"> |
| 14 | + <link href="/css/font-awesome.css" rel="stylesheet"> |
| 15 | + <link href="/css/default.css" rel="stylesheet"> |
| 16 | + <link href="/css/packaged-app.css" rel="stylesheet"> |
| 17 | + |
| 18 | + <link href="/favicon.png" rel="icon" type="image/png"> |
| 19 | + </head> |
| 20 | + <body> |
| 21 | + <div class="navbar navbar-fixed-top"> |
| 22 | + <div class="navbar-inner"> |
| 23 | + <div class="container"> |
| 24 | + <a class="btn btn-navbar" data-target=".nav-collapse" data-toggle="collapse"> |
| 25 | + <span class="icon-bar"></span> <span class="icon-bar"></span> |
| 26 | + <span class="icon-bar"></span> |
| 27 | + </a> |
| 28 | + <a class="brand" href="/"><i class="icon-money"></i> CarbonWallet</a> |
| 29 | + <div class="nav-collapse"> |
| 30 | + <ul class="nav"> |
| 31 | + <li class="active"> |
| 32 | + <a id="home" href="#">Home</a> |
| 33 | + </li> |
| 34 | + </ul> |
| 35 | + </div> |
| 36 | + </div> |
| 37 | + </div> |
| 38 | + </div> |
| 39 | + <div id="content" style="margin-top: 60px"> |
| 40 | + <div class="container"> |
| 41 | + <div class="row"> |
| 42 | + <div class="span8"> |
| 43 | + {{content}} |
| 44 | + </div> |
| 45 | + </div> |
| 46 | + </div> |
| 47 | + </div> |
| 48 | + <footer> |
| 49 | + <p><i class="icon-money"></i> <strong>CarbonWallet © 2013</strong></p> |
| 50 | + <p><small>Powered by |
| 51 | + <a href="http://pages.github.com">GitHub Pages</a> | |
| 52 | + <a href="https://github.com/carbonwallet/carbonwallet.github.io">View Source Code</a> |
| 53 | + </small> |
| 54 | + </p> |
| 55 | + </footer> |
| 56 | + </body> |
| 57 | +</html> |
0 commit comments