mirror of
https://github.com/nickzuber/meteorite.git
synced 2024-11-29 09:31:15 +03:00
18 lines
546 B
HTML
18 lines
546 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="shortcut icon" href="%PUBLIC_URL%/icon.png">
|
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> -->
|
|
<meta name="theme-color" content="#24292e">
|
|
<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>
|