mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
17 lines
434 B
HTML
17 lines
434 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
|
|
<script src="components/platform/platform.js"></script>
|
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto" type="text/css">
|
|
<link rel="import" href="elements/gui-panel.html">
|
|
<link rel="import" href="elements/gui-row.html">
|
|
<link rel="import" href="elements/number-controller.html">
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<script src="index.js"></script>
|
|
|
|
</body>
|
|
</html> |