Files
weave-scope/client/build/terminal.html
2015-12-16 13:45:37 +01:00

21 lines
628 B
HTML

<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>Weave Scope Terminal</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<!--[if lt IE 10]>
<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 class="wrap">
<div id="app"></div>
</div>
<script src="vendors.js"></script>
<script src="terminal-app.js"></script>
</body>
</html>