mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
25 lines
414 B
HTML
25 lines
414 B
HTML
|
<!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>
|