make-shift-brew-ui
Version:
Common User Interface for the Brewfactory projects, modified for MakeShift Aleworks
40 lines (27 loc) • 883 B
HTML
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>MakeShift Aleworks BrewFactory</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="/"/>
<link rel="stylesheet" href="styles/vendor.css"/>
<script src="scripts/vendor.js"></script>
<link rel="stylesheet" href="/styles/main.css">
</head>
<body>
<!--[if lt IE 8]>
<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]-->
<div id="app">
<%- html %>
</div>
<!-- State from the server, will be: <script>state</script -->
<span style="display:none">
<%- state %>
</span>
<script defer src="/scripts/client.js"></script>
</body>
</html>