Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Cronocide committed Nov 7, 2024
1 parent 0c870a2 commit c7a9367
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions apps/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,14 @@ <h2 class="vh">Main navigation</h2>
<main id="main">
<h1></h1>

<object type="text/html" data="https://dashboard.cronocide.com" style="width:100%; height:100%">
<h1>Please Log In to Continue</h1>
</object>
<div id="display" style="width: 100%;float: left;"></div>
<script>
function load_anotherpage() {
document.getElementById("display").innerHTML =
'<embed type="text/html" src="https:dashboard.cronocide.com" width="100%" height="800" >';
}
load_anotherpage();
</script>


</main>
Expand Down
2 changes: 1 addition & 1 deletion index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link>https://cronocide.com/apps/</link>
<pubDate>Sun, 05 Apr 2020 00:00:00 +0000</pubDate>
<guid>https://cronocide.com/apps/</guid>
<description>&lt;object type=&#34;text/html&#34; data=&#34;https://dashboard.cronocide.com&#34; style=&#34;width:100%; height:100%&#34;&gt;&#xA;&lt;h1&gt;Please Log In to Continue&lt;/h1&gt;&#xA;&lt;/object&gt;</description>
<description>&lt;div id=&#34;display&#34; style=&#34;width: 100%;float: left;&#34;&gt;&lt;/div&gt;&#xA;&lt;script&gt;&#xA; function load_anotherpage() {&#xA; document.getElementById(&#34;display&#34;).innerHTML =&#xA; &#39;&lt;embed type=&#34;text/html&#34; src=&#34;https:dashboard.cronocide.com&#34; width=&#34;100%&#34; height=&#34;800&#34; &gt;&#39;;&#xA; }&#xA; load_anotherpage();&#xA;&lt;/script&gt;</description>
</item>
<item>
<title>Building your first SIEM with the Elastic Stack</title>
Expand Down

0 comments on commit c7a9367

Please sign in to comment.