p5.js-web-editor/index.html
2016-05-10 22:22:32 -04:00

12 lines
No EOL
299 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>p5.js Web Editor</title>
<link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="root" class="root-app">
</div>
<script src="/dist/bundle.js"></script>
</body>
</html>