14 lines
451 B
HTML
14 lines
451 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'>
|
|
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
|
|
</head>
|
|
<body>
|
|
<div id="root" class="root-app">
|
|
</div>
|
|
<script src="/dist/vendor.js"></script>
|
|
<script src="/dist/app.js"></script>
|
|
</body>
|
|
</html>
|