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 c7a9367 commit 7086c99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ <h1></h1>
<script>
function load_anotherpage() {
document.getElementById("display").innerHTML =
'<embed type="text/html" src="https:dashboard.cronocide.com" width="100%" height="800" >';
'<embed type="text/html" src="https://dashboard.cronocide.com" width="100%" height="800" >';
}
load_anotherpage();
</script>
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;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>
<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 7086c99

Please sign in to comment.