diff --git a/ComicMono.ttf b/ComicMono.ttf new file mode 100644 index 0000000..9bc7354 Binary files /dev/null and b/ComicMono.ttf differ diff --git a/css/dark-mode.css b/css/dark-mode.css new file mode 100644 index 0000000..1db5f0d --- /dev/null +++ b/css/dark-mode.css @@ -0,0 +1,22 @@ +[data-theme="dark"] { + background-color: pink !important; +} + +[data-theme="dark"] .bg-light { + background-color: #333 !important; +} + +[data-theme="dark"] .bg-white { + background-color: #000 !important; +} + +[data-theme="dark"] .rainbow { + font-family: 'Pacifico', cursive; + text-shadow: 2px 2px 4px #000000; + font-size:40px; + -webkit-animation: rainbow 5s infinite; + -ms-animation: rainbow 5s infinite; + animation: rainbow 5s infinite; + font-family: ComicMono; + src: url(ComicMono.ttf); +} diff --git a/index.html b/index.html index 50c89dc..6de0a84 100644 --- a/index.html +++ b/index.html @@ -3,17 +3,156 @@ Reverse Shell Generator - - + - - +
+
+ + +
+ -
-

Reverse Shell Generator

+
+

Reverse Shell Generator

@@ -320,7 +464,7 @@
- +