/ app / index.html
index.html
 1  <html>
 2    <head>
 3      <title>Embark</title>
 4      <meta name="viewport" content="width=device-width, initial-scale=1">
 5      <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
 6      <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
 7      <link href="https://fonts.googleapis.com/css?family=VT323" rel="stylesheet">
 8      <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
 9      <link rel="stylesheet" href="css/app.css">
10  
11    </head>
12    <body>
13      <h1 class="title">CryptoSpaceShips</h1>
14      <div id="app"></div>
15      <script src="js/app.js"></script>
16      <script src="https://use.fontawesome.com/4271dff08f.js"></script>
17    </body>
18  </html>