sync: sync wip stuff

This commit is contained in:
2026-05-12 10:38:30 +02:00
parent dc706d6262
commit 97b9994594
21 changed files with 532 additions and 100 deletions

View File

@@ -0,0 +1,24 @@
<div class="webshellAlert">
<style>
#webshellAlert {
border-radius: 0px;
border: 2px solid {{severity_color}};
display: flex;
flex-direction: column;
width: fit-content;
height: fit-content;
}
button {
border-radius: 0px;
border: 2px solid #86e9d5;
}
</style>
<h1>{{title}}</h1>
<p>{{description}}</p>
<button>ok</button>
<button>ok</button>
</div>