13 lines
362 B
HTML
13 lines
362 B
HTML
|
|
<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>
|