caarlos0/FRaaS

View on GitHub
views/head.mustache

Summary

Maintainability
Test Coverage
<head>
  <title>Fake RT as a Service</title>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link href="//netdna.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet">
  <link href="//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css" rel="stylesheet">
  <style type="text/css">
  #btn-rt {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  </style>
</head>