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 Sep 24, 2024
1 parent bae73aa commit a618689
Show file tree
Hide file tree
Showing 6 changed files with 196,409 additions and 0 deletions.
1 change: 1 addition & 0 deletions PR-225/COMMITHASH
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2c7d058330f3571949f4f1d545027831a0010e91
1 change: 1 addition & 0 deletions PR-225/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2c7d058
30 changes: 30 additions & 0 deletions PR-225/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.3.0 - Firebolt Certification App - version 1.3.0</title>

<script>
window.COMMITHASH = '2c7d058330f3571949f4f1d545027831a0010e91';
window.APP_VERSION = 'version 1.3.0';

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.b7c4bd3f9ec33c06f7ed.js"></script><script type="text/javascript" src="main.bundle.b7c4bd3f9ec33c06f7ed.js"></script></head>
<body>

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

0 comments on commit a618689

Please sign in to comment.