saleor-dashboard/src/index.html

14 lines
305 B
HTML
Raw Normal View History

2019-06-19 14:40:52 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
2019-08-12 09:38:01 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="robots" content="noindex">
2019-08-12 09:38:01 +00:00
<title>Saleor e-commerce</title>
2019-06-19 14:40:52 +00:00
</head>
<body>
<div id="dashboard-app"></div>
</body>
</html>