git-bug/webui/public/index.html

17 lines
484 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
2018-08-14 03:06:02 +03:00
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
2018-10-07 19:27:23 +03:00
<title>git-bug webui</title>
</head>
<body>
2018-08-14 03:06:02 +03:00
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root">
</div>
</body>
</html>