pokemon-js/public/index.html
Chase Manning 74bd8375cb 🎉 setup boilerplate
2023-09-04 23:31:03 +03:00

22 lines
591 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- Random -->
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!-- Metadata -->
<title>Pokemon JS</title>
<meta
name="description"
content="Pokemon JS"
/>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>