Skip to content

Commit

Permalink
Add bundled code
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 27, 2024
1 parent 63b3c94 commit 2739b66
Show file tree
Hide file tree
Showing 6 changed files with 196,680 additions and 0 deletions.
1 change: 1 addition & 0 deletions PR-259/COMMITHASH
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
96c9249601b5e2f8a58f59309f3deadd7cdc8692
1 change: 1 addition & 0 deletions PR-259/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
96c9249
30 changes: 30 additions & 0 deletions PR-259/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">
<style>
html, body {margin: 0; height: 100%; overflow: hidden}
</style>
<head>
<meta charset="UTF-8" />
<title>1.4.1 - Firebolt Certification App - version 1.4.1</title>

<script>
window.COMMITHASH = '96c9249601b5e2f8a58f59309f3deadd7cdc8692';
window.APP_VERSION = 'version 1.4.1';

console.log('appVersion=' + window.APP_VERSION + ' commitHash=' + window.COMMITHASH)
</script>
<script type="text/javascript">
const fbEndpoint = new URLSearchParams(window.location.search).get('__firebolt_endpoint')
if (fbEndpoint) {
window.__firebolt = window.__firebolt || {}
window.__firebolt.endpoint = fbEndpoint
}
</script>
<script type="text/javascript" src="startupScripts.bundle.72a56dd50d203bd4c160.js"></script><script type="text/javascript" src="main.bundle.72a56dd50d203bd4c160.js"></script></head>
<body>

<!--
version 1.4.1
-->
</body>
</html>
Loading

0 comments on commit 2739b66

Please sign in to comment.