scratch-paint/index.html

11 lines
304 B
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Scratch 3.0 Paint Editor Playground</title>
</head>
<body>
<script type="text/javascript" src="playground.js"></script></body>
</html>