main.html 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <!DOCTYPE html>
  2. <html lang="de">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7. <meta name="description" content="">
  8. <meta name="author" content="">
  9. <link rel="icon" href="/img/favicon.ico">
  10. <title>Home - vpnControl</title>
  11. <!-- Bootstrap core CSS -->
  12. <link href="/css/bootstrap.css" rel="stylesheet">
  13. <!-- Custom styles for this template -->
  14. <link href="/css/narrow-jumbotron.css" rel="stylesheet">
  15. </head>
  16. <body>
  17. <div class="container">
  18. <div class="header clearfix">
  19. <nav>
  20. <ul class="nav nav-pills float-xs-right">
  21. <li class="nav-item">
  22. <a class="nav-link active" href="#">home <span class="sr-only">(current)</span></a>
  23. </li>
  24. <li class="nav-item">
  25. <a class="nav-link" href="#">account</a>
  26. </li>
  27. <li class="nav-item">
  28. <a class="nav-link" href="#">help</a>
  29. </li>
  30. </ul>
  31. </nav>
  32. <h3 class="text-muted">mmnx<sub>vpn</sub></h3>
  33. </div>
  34. {{ yield }}
  35. <footer class="footer">
  36. <p>&copy; mmnx 2016</p>
  37. </footer>
  38. </div> <!-- /container -->
  39. <script src="/js/ie10-viewport-bug-workaround.js"></script>
  40. </body>
  41. </html>