dat.gui/gui.html

14 lines
445 B
HTML
Raw Normal View History

2014-08-21 17:20:06 +00:00
<!-- 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">
2014-08-22 02:36:49 +00:00
<link rel="import" href="elements/controller-number/controller-number.html">