21 lines
660 B
HTML
21 lines
660 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="#4670de"/>
|
|
<meta
|
|
name="description"
|
|
content="RainTrack manages your rainfall data. Start uploading now."
|
|
/>
|
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png"/>
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json"/>
|
|
<title>Rain Track</title>
|
|
</head>
|
|
<body>
|
|
<noscript>Unfortunately, this application requires javascript.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|