Spaces:
Sleeping
Sleeping
File size: 505 Bytes
70ea19f a2d572d 70ea19f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>
<title>Princess Dress-Up</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div id="dressup-screen" class="screen"></div>
<div id="upload-screen" class="screen" style="display:none"></div>
<div id="manage-screen" class="screen" style="display:none"></div>
<script type="module" src="js/app.js"></script>
</body>
</html>
|