2020-12-12 13:19:55 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2020-12-12 20:29:33 +00:00
|
|
|
<title>GitHub Bridge Widget</title>
|
2020-12-12 13:19:55 +00:00
|
|
|
</head>
|
2023-12-22 15:36:49 +00:00
|
|
|
<body class="cpd-theme-light">
|
2020-12-12 20:29:33 +00:00
|
|
|
<main id="root"></main>
|
2020-12-12 13:19:55 +00:00
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
2022-05-06 09:57:18 +01:00
|
|
|
<script type="module" src="/index.tsx"></script>
|
2020-12-12 13:19:55 +00:00
|
|
|
</body>
|
|
|
|
</html>
|