mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
22 lines
735 B
HTML
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>
|