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