dat.gui/docs/template.html

25 lines
414 B
HTML
Raw Normal View History

2014-08-23 07:05:22 +00:00
<!doctype html>
2014-08-22 02:36:58 +00:00
<html lang="en">
<head>
2014-08-23 07:05:22 +00:00
<meta charset="utf-8">
2014-08-22 02:36:58 +00:00
2014-08-23 07:05:22 +00:00
<title>dat-gui</title>
2014-08-22 02:36:58 +00:00
2014-08-23 07:05:22 +00:00
<link rel="import" href="gui.html">
<link rel="stylesheet" href="docs/style.css">
2014-08-22 02:36:58 +00:00
</style>
</head>
<body>
2014-08-23 07:05:22 +00:00
<div id="readme"><!-- Replaced with contents of README.md --></div>
2014-08-22 02:36:58 +00:00
2014-08-23 07:05:22 +00:00
<script src="../underscore/underscore.js"></script>
2014-08-22 02:36:58 +00:00
2014-08-23 07:05:22 +00:00
<script src="docs/main.js"></script>
<script src="docs/examples.js"></script>
2014-08-22 02:36:58 +00:00
</body>
</html>