Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 25, 2024
0 parents commit 8b2bc30
Show file tree
Hide file tree
Showing 14 changed files with 4,689 additions and 0 deletions.
Binary file added assets/fontawesome-webfont-2adefcbc.woff2
Binary file not shown.
Binary file added assets/fontawesome-webfont-7bfcab6d.eot
Binary file not shown.
Binary file added assets/fontawesome-webfont-aa58f33f.ttf
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions assets/fontawesome-webfont-ad615792.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/fontawesome-webfont-ba0c59de.woff
Binary file not shown.
9 changes: 9 additions & 0 deletions assets/index-54812047.css

Large diffs are not rendered by default.

1,950 changes: 1,950 additions & 0 deletions assets/index-db37405e.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-db37405e.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions assets/web-vitals-867e2ef8.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/web-vitals-867e2ef8.js.map

Large diffs are not rendered by default.

Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<link rel="icon" href="/pd-live-react/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="An open-source, real-time, unified console to view and manage PagerDuty incidents" />
<link rel="apple-touch-icon" href="/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/pd-live-react/manifest.json" />
<title>PagerDuty Live Incidents</title>
<script type="module" crossorigin src="/pd-live-react/assets/index-db37405e.js"></script>
<link rel="stylesheet" href="/pd-live-react/assets/index-54812047.css">
</head>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>

<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>

</html>
15 changes: 15 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"short_name": "PDReactLive",
"name": "PagerDuty Live (React)",
"icons": [
{
"src": "favicon.png",
"sizes": "192x192 64x64 32x32 24x24 16x16",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
3 changes: 3 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:

0 comments on commit 8b2bc30

Please sign in to comment.