sendou.ink/old/frontend-react/public/index.html
Kalle (Sendou) 1576f89925 move to old
2020-10-13 14:27:02 +03:00

22 lines
735 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link id="favicon" rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#232946" />
<meta name="description" content="Competitive Splatoon hub" />
<link rel="apple-touch-icon" href="logo192.png" />
<link
href="https://fonts.googleapis.com/css?family=Rubik&display=swap"
rel="stylesheet"
/>
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>sendou.ink</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>