2026-07-13 20:08:31 +03:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2026-07-14 08:34:45 +03:00
|
|
|
<title>Standalone Webpack sprite fixture</title>
|
2026-07-13 20:08:31 +03:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<main id="app"></main>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|