Skip to content

Instantly share code, notes, and snippets.

@hurry07
Created March 12, 2013 11:08
Show Gist options
  • Save hurry07/5142064 to your computer and use it in GitHub Desktop.
Save hurry07/5142064 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>datasource visiul tool</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<style>
body {
color: #808080;
font-family:Monospace;
font-size:13px;
text-align:center;
background-color: #ffffff;
margin: 0px;
overflow: hidden;
}
#info {
position: absolute;
top: 0px; width: 100%;
padding: 5px;
}
a {
color: #0080ff;
}
</style>
</head>
<body>
<script src="../build/three.js"></script>
<script src="utils.js"></script>
<script src="../examples/js/libs/stats.min.js"></script>
<script src="../examples/fonts/helvetiker_regular.typeface.js"></script>
<script src="impl.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment