add disclaimer

Signed-off-by: Hadi <hadi@example.com>
This commit is contained in:
Hadi
2026-04-29 16:33:01 +02:00
parent 0e83788a15
commit 3b17b01d86
+4
View File
@@ -32,6 +32,10 @@ const searchNotes = sortedNotes.map((n) => ({
Reference sheets on cybersecurity tools and techniques. Reference sheets on cybersecurity tools and techniques.
</p> </p>
</div> </div>
<div class="text-xs font-mono text-base-content/25 border border-base-300/30 rounded-box px-4 py-3 mb-10 max-w-xl mx-auto text-center leading-relaxed">
All content is intended for educational purposes, CTF challenges, and authorized penetration testing only.
Do not use any of this against systems you do not own or have explicit permission to test.
</div>
<NotesSearch client:load notes={searchNotes} /> <NotesSearch client:load notes={searchNotes} />
</main> </main>
</Layout> </Layout>