crabfit/crabfit-frontend/public/index.html
2021-03-02 20:31:32 +11:00

24 lines
769 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<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="#F79E00" />
<meta
name="description"
content="Crab Fit your schedules together to find a time that works for everyone!"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="stylesheet" href="%PUBLIC_URL%/index.css" />
<title>Crab Fit</title>
</head>
<body>
<noscript>Crab Fit doesn't work without Javascript. Enable it or try a different browser.</noscript>
<div id="root"></div>
</body>
</html>