mirror of
https://github.com/gromlab-ru/svg-sprites.git
synced 2026-07-22 04:40:17 +03:00
12 lines
265 B
HTML
12 lines
265 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Standalone Webpack sprite fixture</title>
|
|
</head>
|
|
<body>
|
|
<main id="app"></main>
|
|
</body>
|
|
</html>
|