Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbabitski authored Nov 18, 2024
1 parent df3147b commit bf8cce0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Apps/hsbc-demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
<body>

<!-- App Logo -->
<img src="https://transmitsecurity.github.io/ios-demo-apps/Assets/ido-rasp-logo.png" alt="IDO RASP Logo" class="logo">
<img src="https://transmitsecurity.github.io/ios-demo-apps/Assets/ido-rasp-logo.png" alt="Logo" class="logo">

<!-- App Title -->
<div class="app-title">IDO RASP Demo App</div>
<div class="app-title">HSBC Demo</div>

<!-- Optional Subtitle -->
<div class="app-subtitle">Showcasing Runtime Application Self-Protection (RASP) capabilities for iOS.</div>
Expand All @@ -80,7 +80,7 @@
<div id="app-version" class="app-version">Version: Loading...</div>

<!-- Download Button -->
<a href="itms-services://?action=download-manifest&amp;url=https://transmitsecurity.github.io/ios-demo-apps/Apps/IDO/RASP/manifest.plist" class="download-button">Install App</a>
<a href="itms-services://?action=download-manifest&amp;url=https://transmitsecurity.github.io/ios-demo-apps/Apps/hsbc-demo/manifest.plist" class="download-button">Install App</a>

<!-- JavaScript to Fetch Version from Manifest -->
<script>
Expand Down Expand Up @@ -124,7 +124,7 @@

// Fetch the version when the page loads
document.addEventListener("DOMContentLoaded", () => {
fetchAppVersion("https://transmitsecurity.github.io/ios-demo-apps/Apps/IDO/RASP/manifest.plist", "app-version");
fetchAppVersion("https://transmitsecurity.github.io/ios-demo-apps/Apps/hsbc-demo/manifest.plist", "app-version");
});
</script>

Expand Down

0 comments on commit bf8cce0

Please sign in to comment.