Skip to content

Commit

Permalink
PUSH
Browse files Browse the repository at this point in the history
-> Fixed the issue with the pictures and bgs
-> Removed non used files!
  • Loading branch information
NaysKutzu committed Feb 23, 2024
1 parent dff1810 commit 5b53699
Show file tree
Hide file tree
Showing 36 changed files with 142 additions and 6,968 deletions.
1 change: 1 addition & 0 deletions migrate/65.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE `mythicaldash_settings` CHANGE `bg` `bg` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '\'https://wallpapers.com/images/hd/minecraft-great-cave-walls-forest-hd-mm9b3bqe6qc6s96f.webp\'', CHANGE `ads_code` `ads_code` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '\'<div class=\"card bg-default shadow\"> <style> .gift-container { background-color: #ff0000; padding: 10px; border: 2px solid #333; border-radius: 10px; } .gift-image { width: 100px; height: auto; } </style> <div class=\"card-header\"> <h3 class=\"card-title mb-0\">Advertisement Title</h3> </div> <div class=\"card-body\"> <p>This is a example</p> <a href=\"https://mythicalsystems.me\"> <img src=\"\" alt=\"Gift Image\" class=\"\" /> </a> <a class=\"btn btn-primary\" href=\"https://mythicalsystems.me\">Test</a> </div> </div>\'';
Loading

0 comments on commit 5b53699

Please sign in to comment.