mirror of
https://github.com/gosticks/magento-destroyers.git
synced 2025-10-16 11:55:43 +00:00
22 lines
777 B
HTML
22 lines
777 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="/icon-48x48.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta name="description" content="Magento Destroyes parody game" />
|
|
<link rel="apple-touch-icon" href="/icon-192x192.png" />
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap"
|
|
rel="stylesheet"
|
|
/>
|
|
<link rel="manifest" href="/manifest.json" />
|
|
<title>Magento Destroyers</title>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/index.tsx"></script>
|
|
</body>
|
|
</html> |