dat.gui/index.html

17 lines
434 B
HTML
Raw Normal View History

2014-08-15 22:04:51 +00:00
<!DOCTYPE html>
<html lang="en">
2014-08-14 21:50:51 +00:00
<head>
<script src="components/platform/platform.js"></script>
2014-08-15 22:04:51 +00:00
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto" type="text/css">
2014-08-15 02:21:38 +00:00
<link rel="import" href="elements/gui-panel.html">
<link rel="import" href="elements/gui-row.html">
2014-08-15 22:04:51 +00:00
<link rel="import" href="elements/number-controller.html">
2014-08-14 21:50:51 +00:00
</head>
2014-08-15 22:04:51 +00:00
<body>
2014-08-14 21:50:51 +00:00
2014-08-15 22:04:51 +00:00
<script src="index.js"></script>
2014-08-14 21:50:51 +00:00
</body>
</html>