You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

23 lines
486 B

<!DOCTYPE html>
<html>
<head>
<title>ro.js example</title>
<style>
body {
margin-top: 1rem;
margin-left: 1rem;
}
.file-input {
margin-bottom: 1.5rem;
}
</style>
</head>
<body>
<div class="file-input">
<input id="gat_file" type="file" />
</div>
<canvas id="canvas" width="500" height="500"></canvas>
<script src="/build/bundle.js"></script>
<script src="/example.js"></script>
</body>
</html>