1<!doctype html>
 2<html lang="en">
 3    <head>
 4        <meta charset="utf-8" />
 5        <meta
 6            name="viewport"
 7            content="width=device-width, initial-scale=1, shrink-to-fit=no"
 8        />
 9        <meta name="theme-color" content="#000000" />
10        <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
11        <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
12        <title>git-bug webui</title>
13    </head>
14    <body>
15        <noscript>You need to enable JavaScript to run this app.</noscript>
16        <div id="root"></div>
17    </body>
18</html>