mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-08-23 19:02:34 +02:00
7 lines
243 B
Svelte
7 lines
243 B
Svelte
<span
|
|
title="Test / Preview"
|
|
class="select-none px-1 border-2 border-gray-400 dark:border-gray-500 relative -top-1 rounded-lg text-xs text-gray-700 dark:text-gray-300 bg-white dark:bg-gray-800 transition-colors duration-200"
|
|
>
|
|
test
|
|
</span>
|