mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-06-09 03:34:51 -04:00
10 lines
304 B
HTML
10 lines
304 B
HTML
<!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>
|