mirror of
https://github.com/henrikpersson/potatis.git
synced 2025-04-02 10:32:09 -04:00
12 lines
No EOL
310 B
HTML
12 lines
No EOL
310 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Potatis</title>
|
|
<script type="module" src="index.js"></script>
|
|
</head>
|
|
<body>
|
|
<input type="file" id="file" />
|
|
<canvas width="256" height="240" style="border: 1px solid black" id="c"></canvas>
|
|
</body>
|
|
</html> |