dyna-config-handler
Version:
Simplifies the configuration handling in json files for node-js applications
26 lines (24 loc) • 541 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My app</title>
<style>
.label {
font-family: monospace;
position: fixed;
top: 44%;
text-align: center;
color: tomato;
width: 100%;
}
</style>
</head>
<body>
<script src="debug-test-browser.js"></script>
<div class="label">
<h1>debug test</h1>
<h2>There is nothing here, open your browser's debugger and play!</h2>
</div>
</body>
</html>