meteorite/public/index.html
2019-04-28 02:36:59 -04:00

28 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="%PUBLIC_URL%/iconCircle.png">
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/app-icon.png">
<link rel="apple-touch-icon" sizes="48x48" href="%PUBLIC_URL%/app-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="%PUBLIC_URL%/app-icon.png">
<link rel="apple-touch-icon" sizes="96x96" href="%PUBLIC_URL%/app-icon.png">
<link rel="apple-touch-icon" sizes="144x144" href="%PUBLIC_URL%/app-icon.png">
<link rel="apple-touch-icon" sizes="192x192" href="%PUBLIC_URL%/app-icon.png">
<link rel="apple-touch-icon" sizes="256x256" href="%PUBLIC_URL%/app-icon.png">
<link rel="apple-touch-icon" sizes="384x384" href="%PUBLIC_URL%/app-icon.png">
<link rel="apple-touch-icon" sizes="512x512" href="%PUBLIC_URL%/app-icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<meta name="theme-color" content="#2f343e">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<title>Meteorite — Smarter GitHub notifications</title>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
</body>
</html>