2023-02-13 12:10:56 +04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2023-04-19 20:10:05 +04:00
|
|
|
<link href="../src/styles/App.css">
|
|
|
|
<title>Premium store of our games! :)</title>
|
2023-02-13 12:10:56 +04:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-04-19 20:10:05 +04:00
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
2023-02-13 12:10:56 +04:00
|
|
|
<div id="root"></div>
|
|
|
|
</body>
|
2023-04-19 20:10:05 +04:00
|
|
|
</html>
|