mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-24 21:29:51 -05:00
10 lines
247 B
Text
10 lines
247 B
Text
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|