Skip to content

Commit

Permalink
add cheese
Browse files Browse the repository at this point in the history
  • Loading branch information
OviOvocny committed Feb 13, 2025
1 parent 021a205 commit 9f13379
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file added docs/img/cheese.webp
Binary file not shown.
6 changes: 5 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
<title>FETA QRadar Modules</title>
<style>
body.cheese {
background: linear-gradient(0deg, #fffa, #fffa), url('img/cheese.webp');
}

/* Optional inline styling for logo gallery */
#logos {
display: grid;
Expand All @@ -23,7 +27,7 @@
</head>

<body>
<h1>FETA QRadar Modules</h1>
<h1><span onclick="document.body.classList.toggle('cheese')">FETA</span> QRadar Modules</h1>
<p>
Tento web poskytuje přístup ke zdrojovým kódům výstupu V2: &bdquo;Sada
zásuvných modulů pro systém QRadar,&rdquo; který byl vytvořen v rámci
Expand Down

0 comments on commit 9f13379

Please sign in to comment.