mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
27 lines
372 B
HTML
27 lines
372 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>dat-gui</title>
|
|
|
|
<script src="build/dat-gui.js"></script>
|
|
<link rel="stylesheet" href="docs/style.css">
|
|
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<!-- Copied from README.md -->
|
|
<div id="readme">
|
|
<%= contents %>
|
|
</div>
|
|
|
|
<script src="docs/main.js"></script>
|
|
<script src="docs/examples.js"></script>
|
|
|
|
</body>
|
|
</html>
|