Skip to content

Commit

Permalink
Create ADEN
Browse files Browse the repository at this point in the history
  • Loading branch information
lmc999 authored Sep 15, 2024
1 parent cb10f8c commit add511b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions reference/AD/ADEN
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/bin/bash
Font_Black="\033[30m"
Font_Red="\033[31m"
Font_Green="\033[32m"
Font_Yellow="\033[33m"
Font_Blue="\033[34m"
Font_Purple="\033[35m"
Font_SkyBlue="\033[36m"
Font_White="\033[37m"
Font_BrightBlack="\033[90m"
Font_BrightRed="\033[91m"
Font_BrightGreen="\033[92m"
Font_BrightYellow="\033[93m"
Font_BrightBlue="\033[94m"
Font_BrightPurple="\033[95m"
Font_BrightSkyBlue="\033[96m"
Font_BrightWhite="\033[97m"
Font_Orange="\033[38;5;208m"
Font_Suffix="\033[0m"
echo -e "${Font_SkyBlue}【Advertisement】${Font_Suffix}"
echo -e "================================================"
echo -e "${Font_BrightGreen}A DNS Service to Help Unblocking Instagram Music and Various Streaming Services${Font_Suffix}"
echo ""
echo -e "${Font_White}Price low as USD 5.0/month ${Font_Suffix}"
echo -e "${Font_BrightYellow}For more info please contact: https://t.me/czgno${Font_Suffix}"
echo ""
echo -e "================================================"

0 comments on commit add511b

Please sign in to comment.