Files
yatsdb/console/console.html

13 lines
362 B
HTML
Raw Permalink Normal View History

2016-01-24 22:16:49 -08:00
<html>
<head>
<title>YATSDB Console</title>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script src="/console/lib.js"></script>
<script src="/console/console.js"></script>
<link rel="stylesheet" type="text/css" href="/console/console.css">
</head>
<body>
<div id="container"></div>
</body>
</html>