dat.gui/docs/template.html

25 lines
414 B
HTML
Raw Normal View History

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