2016-05-03 04:09:16 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2018-03-08 21:16:48 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<meta name="keywords" content="p5.js, p5.js web editor, web editor, processing, code editor" />
|
|
|
|
<meta name="description" content="A web editor for sketching using p5.js library." />
|
2016-05-03 04:09:16 +00:00
|
|
|
<title>p5.js Web Editor</title>
|
2016-05-11 02:22:32 +00:00
|
|
|
<link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
|
2016-06-20 17:00:25 +00:00
|
|
|
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
|
2016-05-03 04:09:16 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2016-05-11 02:22:32 +00:00
|
|
|
<div id="root" class="root-app">
|
2016-05-03 04:09:16 +00:00
|
|
|
</div>
|
2016-11-08 23:11:12 +00:00
|
|
|
<script src="/dist/vendor.js"></script>
|
|
|
|
<script src="/dist/app.js"></script>
|
2016-05-03 04:09:16 +00:00
|
|
|
</body>
|
2016-06-20 16:45:15 +00:00
|
|
|
</html>
|