tv
Version:
Interactive debug console plugin for hapi
22 lines (20 loc) • 780 B
HTML
<html lang="en">
<head>
<title>Debug Console</title>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="{{ endpoint }}/css/style.css" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=PT+Mono|Open+Sans:300,400,600" rel="stylesheet" type="text/css">
<style class="cursor-styles"></style>
</head>
<body>
<div class="main"></div>
<script type="text/javascript" src="{{ endpoint }}/js/main.js"></script>
<script language="javascript">
var host = '{{ host }}';
var port = {{ port }};
window.app.start(host, port);
</script>
</body>
</html>