From ed5889d825e6ac63973692700ea5cbdaae6500f8 Mon Sep 17 00:00:00 2001 From: nea Date: Fri, 26 Aug 2022 15:29:41 +0200 Subject: moveshitaround --- .github/workflows/build.yml | 28 + .gitignore | 4 + CNAME | 1 - _config.yml | 2 - beta/.gitkeep | 1 - beta/asciiart/blahaj.txt | 17 - beta/asciiart/boob.txt | 96 - beta/e9b3a28a305b88c27905.woff2 | Bin 12152 -> 0 bytes beta/f051768c64e66f1c6965.woff | Bin 14636 -> 0 bytes beta/index.html | 14 - beta/neamoe.js | 3 - beta/neamoe.js.LICENSE.txt | 41 - beta/neamoe.js.map | 1 - console/build.gradle.kts | 30 + console/gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 59821 bytes console/gradle/wrapper/gradle-wrapper.properties | 5 + console/gradlew | 234 ++ console/gradlew.bat | 89 + console/kotlin-js-store/yarn.lock | 3179 ++++++++++++++++++++++ console/settings.gradle.kts | 1 + console/src/jsMain/kotlin/main.kt | 41 + console/src/jsMain/resources/index.html | 13 + dontasktoask/index.css | 23 - dontasktoask/index.html | 23 - fuckrust/index.html | 3 - index.html | 153 -- myhumor/index.css | 45 - myhumor/index.html | 28 - myshit/font/index.html | 22 - myshit/index.css | 66 - myshit/index.html | 61 - opinion/index.html | 31 - static/dontasktoask/index.css | 23 + static/dontasktoask/index.html | 23 + static/fuckrust/index.html | 3 + static/index.html | 153 ++ static/myhumor/index.css | 45 + static/myhumor/index.html | 28 + static/myshit/font/index.html | 22 + static/myshit/index.css | 66 + static/myshit/index.html | 61 + static/opinion/index.html | 31 + static/stfu/index.html | 31 + static/stfu1/index.html | 31 + static/styles.css | 299 ++ stfu/index.html | 31 - stfu1/index.html | 31 - styles.css | 299 -- 48 files changed, 4440 insertions(+), 992 deletions(-) create mode 100644 .github/workflows/build.yml create mode 100644 .gitignore delete mode 100644 CNAME delete mode 100644 _config.yml delete mode 100644 beta/.gitkeep delete mode 100644 beta/asciiart/blahaj.txt delete mode 100644 beta/asciiart/boob.txt delete mode 100644 beta/e9b3a28a305b88c27905.woff2 delete mode 100644 beta/f051768c64e66f1c6965.woff delete mode 100644 beta/index.html delete mode 100644 beta/neamoe.js delete mode 100644 beta/neamoe.js.LICENSE.txt delete mode 100644 beta/neamoe.js.map create mode 100644 console/build.gradle.kts create mode 100644 console/gradle/wrapper/gradle-wrapper.jar create mode 100644 console/gradle/wrapper/gradle-wrapper.properties create mode 100755 console/gradlew create mode 100644 console/gradlew.bat create mode 100644 console/kotlin-js-store/yarn.lock create mode 100644 console/settings.gradle.kts create mode 100644 console/src/jsMain/kotlin/main.kt create mode 100644 console/src/jsMain/resources/index.html delete mode 100644 dontasktoask/index.css delete mode 100644 dontasktoask/index.html delete mode 100644 fuckrust/index.html delete mode 100644 index.html delete mode 100644 myhumor/index.css delete mode 100644 myhumor/index.html delete mode 100644 myshit/font/index.html delete mode 100644 myshit/index.css delete mode 100644 myshit/index.html delete mode 100644 opinion/index.html create mode 100644 static/dontasktoask/index.css create mode 100644 static/dontasktoask/index.html create mode 100644 static/fuckrust/index.html create mode 100644 static/index.html create mode 100644 static/myhumor/index.css create mode 100644 static/myhumor/index.html create mode 100644 static/myshit/font/index.html create mode 100644 static/myshit/index.css create mode 100644 static/myshit/index.html create mode 100644 static/opinion/index.html create mode 100644 static/stfu/index.html create mode 100644 static/stfu1/index.html create mode 100644 static/styles.css delete mode 100644 stfu/index.html delete mode 100644 stfu1/index.html delete mode 100644 styles.css diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..384b3e1 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,28 @@ + +on: push + + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: actions/setup-java@v1 + with: + java-version: 8 + - run: | + cd console + ./gradlew build + - run: | + mkdir dist + cp -r static/* dist + mkdir dist/beta + cp -r console/build/distributions/* dist/beta + - uses: peaceiris/actions-gh-pages@v3 + if: ${{ github.ref == 'refs/heads/main' }} + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./dist + cname: exhq.gay + + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9851474 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +build/ +dist/ +.gradle/ +.idea/ diff --git a/CNAME b/CNAME deleted file mode 100644 index 668d040..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -exhq.gay \ No newline at end of file diff --git a/_config.yml b/_config.yml deleted file mode 100644 index f9f0cc8..0000000 --- a/_config.yml +++ /dev/null @@ -1,2 +0,0 @@ -theme: jekyll-theme-cayman -title: exhq's shitbox diff --git a/beta/.gitkeep b/beta/.gitkeep deleted file mode 100644 index 8b13789..0000000 --- a/beta/.gitkeep +++ /dev/null @@ -1 +0,0 @@ - diff --git a/beta/asciiart/blahaj.txt b/beta/asciiart/blahaj.txt deleted file mode 100644 index 7b3b564..0000000 --- a/beta/asciiart/blahaj.txt +++ /dev/null @@ -1,17 +0,0 @@ - ,(((/ - /((((( - ((((#(( (// - (((((((. *(((/ - /(######/ *((((/ - *//%#####((/ ((#((/ - ,*/********/////////////////(//* (%* ,((##(( - ,*/((///(//////////((/(///////(/////(////*,(*#((/(/((//////###(###(/( - /(((((((//((///((////((((((/(((((((((((((((((/(((##((#%(##(/((///*(&#(##/ - /#((%(#(((((//#((((((((((((((((((((((((#(((((((((((/##(((((//((//* ####(/ - (((###(###(#(#####(###############((#((((((((/((//(((#/(///// ,, - ,(###%####%&%#############(#(#(####(((((((/(((/////*//, - . .....*#(#######(((###(#(##(##(((/(/(/////, - .. ....,..........,..*#%#######/( - .. .............,*%%%%#%((((/ - **,,,****//*(##((###(#((( - &#(#/#((((((((# \ No newline at end of file diff --git a/beta/asciiart/boob.txt b/beta/asciiart/boob.txt deleted file mode 100644 index 6ce2b11..0000000 --- a/beta/asciiart/boob.txt +++ /dev/null @@ -1,96 +0,0 @@ - ,c="""=c,_ - _,j "==c, - ,="`J" "h. - ,r"" c="?r `L - p" "$ ", - c" ;F `"c. ". - J' $ `h `h. - J' ,-"j" t `h - ,P ," " `h. - ,J' ," c `h - J' J' "h `h - J / ". `h. - $ ; ; `h `$. - $ `. ``; `. .`h `=q - J `. . `.`; `. .`.h " - F `. `.; ` `.; `. `.? - j' .`. `.\ `.` `.`?`.`.`.?: - $ `.`.` `.j`.`.;.`. `.3.`.`.`L`. - .f `.`.`. `.?$.`.?.`.`.`.`$`.`.`$`.` - $ `.`.`.`.`.`.$.`.`Lc.`.`.`.h.`.`$`.`. - j' `.`.`.`.`.`.$.`.`.h?cccci';h`.`?L.`.`. - J `.`.`.`.`.`$'?h.`J?,c$?`.?hP'?""?r`.`.` - `P `.`.L.`.`.j'`.`."=-"`.`z?$??$$F'3F`.J.`. - `L `.`.`h`.`.$$??`.`.`.`.$,c$$P".`.J..J`.`. - ? `.`.`?i,c$$?$"3$`.`.`.`.`.`.`.`.$.j'`.`. - `h `.`.`.$$$.$i$P".`)`.`.`.`.`.`.`.$.$.`.`. - `r `.`.`.;;F.`.`.`.`.`.`.`.`.`.`.`.$.$.`.P' - ;f `.`.`(;;h.`.`.`.`.`.`.`.`.`.`.`.$.F.`$`.` - J" `.`.`.t;$.`.`.`.`.`.`.`;;.`.`.`.$.$.j'`.`.` - P .`.`.`\9;`.`.`.`.`.,c'J?.`.`.`.$;$.J.`.`.`. - j' .`.`.`.?C`.`.`;;`."".`.`.`.`.`.?'`h$.`.`.`.`. - L .`.`.`.`.h.`./.`.`,ccc$??hJ?$F.`.`.?r`.`.`.`.`. - $ y`.`.`.`.`?i.`.;??li??"' .$$`.`.`.`$`.`.`.`.`.` - `) ; ; u.`.`.`.`.`?;.`$?; .,;c?iP.`.`.`.`?,.`.`.`.`.`. .` - f t l $.`.`.`.`.``?;.`?;;;;;;iP"`.`.`.`.`;$,`.`.`.`.`.`.` `. - t ) ,q l $.`.`.`.`.`.`"h.`"??""`.`.`.`.`.`.J?J`t.`.`.`.`.`.` `.` - "j=" "f $.`.`.`.`.`.`.`$`.`.`.`.`.`.`.``c?;;$.`.t.`.`.`.`. `.` - $.`.`.`.`.`.`.`.?h`.`.`.`.`.`.j";;;9'.`.`.?.`,P.` `.` - $.`.`.`.`.`.`.`.`"?y`.`.`.`,J?;;;;;F`.`.`.J?".`. `.` - .P.`.`.`.`.`.`.`.`.`.?hccd??;;;;;;;9c$r`.`j'.`.`. .`.` - J`.`.`.\.`.`.`.`.`.`.`.`$;;;;;;;;;;;;;$`.`P`.`.`. .`.` - $`.`.`.`?`.`.`.`.`.`.`.`.h;;;;;;;;;;;;9`.f.`.`,P `.`.` - ?`.`.`.`.h.`.`.`.`.`.`.`.`h;;;;;;;;;;;9`j`.`.$' .`.`.` - h.`;`.l.$.`.`.`.`.`.`.`.`.?;;;;;;;;;;$".`.`J.` `.`.`.` - ?.`P`.l.F.c.`.`f`.`.`.`.`.`?;;;;;jjii$`.`.`$.` .`.`$`.` - "$.`P`J`.$.`.`h`.`.`.`.`.`.F""""` $`.`.`$.` ?.`.`$`.` - J"`$.,"$.`.`?`.`.`.`.`.`j' ,JL.`.`$.` `3.`.`?`.` - `=chJ" ?.`.`.?i`.`.`.`.`$$?????"" L`.`$`.`.3r`.`(l,c - ,P ?`.`.`.?.`.`.`.J" ?`.`3`.`.`h`.`P - J ,c ?i`.`.`3`.`.`J" "i,$"=i,J"c;P - j' J" `h.`.`3`.`_J" - $ J" ?`.`3P""' - ,LJ' h._$ - J" . `" -c, - j'(r "??cc,,_ h $ - 3.P `"""""=c,,_ ? `L - zP""??cc,__ "=,_ ? ". L - .P ""??cc,_ "=c_ $ ". $ . - ," `"h,_ `=c. $ ". h $ - ,J' `"==c, `"$h ". $ .F - ," """===cc,,, "?c, "??h `L J - J' "=c,_ `?. ?. P - J' "c, `?. h j' - ,J??;;??$c,,_ `=cccc, "r $$ $ - c"`.`.`.`;;;;;;??c,._ "=c . "h. 3 .f - J??P`.`.`.`.`.;;;;;;;;;??;"==ccy, "c `h "c, 3 j -,$i;;P`.`.`.`.`.`;;;;;;;;P`.`;ccc,"c `h ". "h. j.$ -'hC;9F`.`.`.`.`.`.;;;;;;F.`.$9?;h;;$F ?. ". "?$' - ?h;P.`.`.`.`.`.`.;;;;;j'.`3;;???;;$?L ?. "c $ - $P`.`.`.`.`.`.`.,;;;;9`.`?h;;;;;?'`.h ? "h $ - ?;`.`.`.`.`.`.`.;;;;;9`.`.`"????`.`.?L "h $ - $`.`.`.`.`.`.`;;;;;;9`.`.`.`.`.`.`.``h `$ - L.`.`.`.`.``;;;;;;;?`.`.`.`.`.`.`.`.`$ `, $ - `L`.`.`.`.`;;;j;;;;;L.`.`.`.`.`.`.`.`.?. ", ?. - ?i`.`.`.;;;j;;;;;;?;`.`.`.`.`.`.`.`.`.h `, L - `?i..`,;;$;;';;;.`.h.`.`.`.`.`.`.`.`.`?c $ h - "?h$??F.``;;;.`.;$c.`.`.`.`.`.`.`.`.`$L `h J - $;`.`;;`.`.`;;?hy_.`.`.`.`.`.`,c$$h. ?.j' - .$`.`.;;`.`.`.;;;;"??$ccyyyccJ??;;;$3c $$ - j'`.`.;.`.`.`.`.;;;;;;;;;;;;;;;;;;;;$`h `$ - .$.`.`.`.`.`.`.`.``;;;;;;;;;;;;;;.`;;;$ "c $ - j'.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`;;;$. "c $- - $`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.;;;$. $L, $ - $`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`;;;$ `h "h .$ ,P - F`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.;;;h `h "h ;F. $ - C`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`;;;L `r $, $ ?,f - h`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.;;9r ? `fcF $ - $`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.;;;$ L $ j' - $`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.;;;;$ $ $ J' - $`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`;;;;;?h `cc=' J' - $`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.,;;;;;;9.J $ - ?`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`,;;;;;;;$$' $ - `h.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.,;;;;;;;9" $ - $.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.;;;;;;;;9 "h - $.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`;;;;;;;;;$ c????c - j.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`.`;;;;;;;;;9 .P \ No newline at end of file diff --git a/beta/e9b3a28a305b88c27905.woff2 b/beta/e9b3a28a305b88c27905.woff2 deleted file mode 100644 index 20dbb9b..0000000 Binary files a/beta/e9b3a28a305b88c27905.woff2 and /dev/null differ diff --git a/beta/f051768c64e66f1c6965.woff b/beta/f051768c64e66f1c6965.woff deleted file mode 100644 index 475ab3b..0000000 Binary files a/beta/f051768c64e66f1c6965.woff and /dev/null differ diff --git a/beta/index.html b/beta/index.html deleted file mode 100644 index 2dc3e1e..0000000 --- a/beta/index.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - epik console 100% free download hack keygen - - - - - - \ No newline at end of file diff --git a/beta/neamoe.js b/beta/neamoe.js deleted file mode 100644 index 8fd75cf..0000000 --- a/beta/neamoe.js +++ /dev/null @@ -1,3 +0,0 @@ -/*! For license information please see neamoe.js.LICENSE.txt */ -!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.neamoe=e():t.neamoe=e()}(this,(function(){return(()=>{var t={613:(t,e,n)=>{"use strict";n.d(e,{Z:()=>d});var r=n(796),i=n.n(r),o=n(51),a=n.n(o),u=n(629),s=n.n(u),l=new URL(n(395),n.b),c=new URL(n(381),n.b),_=a()(i()),f=s()(l),p=s()(c);_.push([t.id,"/* comic-mono-latin-400-normal*/\n@font-face {\n font-family: 'Comic Mono';\n font-style: normal;\n font-display: swap;\n font-weight: 400;\n src: url("+f+") format('woff2'), url("+p+") format('woff');\n \n}\n","",{version:3,sources:["webpack://./../../node_modules/@fontsource/comic-mono/index.css"],names:[],mappings:"AAAA,+BAA+B;AAC/B;EACE,yBAAyB;EACzB,kBAAkB;EAClB,kBAAkB;EAClB,gBAAgB;EAChB,oHAAqI;;AAEvI",sourcesContent:["/* comic-mono-latin-400-normal*/\n@font-face {\n font-family: 'Comic Mono';\n font-style: normal;\n font-display: swap;\n font-weight: 400;\n src: url('./files/comic-mono-latin-400-normal.woff2') format('woff2'), url('./files/comic-mono-latin-400-normal.woff') format('woff');\n \n}\n"],sourceRoot:""}]);const d=_},51:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n="",r=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),r&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),r&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n})).join("")},e.i=function(t,n,r,i,o){"string"==typeof t&&(t=[[null,t,void 0]]);var a={};if(r)for(var u=0;u0?" ".concat(c[5]):""," {").concat(c[1],"}")),c[5]=o),n&&(c[2]?(c[1]="@media ".concat(c[2]," {").concat(c[1],"}"),c[2]=n):c[2]=n),i&&(c[4]?(c[1]="@supports (".concat(c[4],") {").concat(c[1],"}"),c[4]=i):c[4]="".concat(i)),e.push(c))}},e}},629:t=>{"use strict";t.exports=function(t,e){return e||(e={}),t?(t=String(t.__esModule?t.default:t),/^['"].*['"]$/.test(t)&&(t=t.slice(1,-1)),e.hash&&(t+=e.hash),/["'() \t\n]|(%20)/.test(t)||e.needQuotes?'"'.concat(t.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):t):t}},796:t=>{"use strict";t.exports=function(t){var e=t[1],n=t[3];if(!n)return e;if("function"==typeof btoa){var r=btoa(unescape(encodeURIComponent(JSON.stringify(n)))),i="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(r),o="/*# ".concat(i," */"),a=n.sources.map((function(t){return"/*# sourceURL=".concat(n.sourceRoot||"").concat(t," */")}));return[e].concat(a).concat([o]).join("\n")}return[e].join("\n")}},60:(t,e,n)=>{"use strict";var r=n(356),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},u={};function s(t){return r.isMemo(t)?a:u[t.$$typeof]||i}u[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},u[r.Memo]=a;var l=Object.defineProperty,c=Object.getOwnPropertyNames,_=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,p=Object.getPrototypeOf,d=Object.prototype;t.exports=function t(e,n,r){if("string"!=typeof n){if(d){var i=p(n);i&&i!==d&&t(e,i,r)}var a=c(n);_&&(a=a.concat(_(n)));for(var u=s(e),h=s(n),k=0;k{"use strict";var e=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;function i(t){if(null==t)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}t.exports=function(){try{if(!Object.assign)return!1;var t=new String("abc");if(t[5]="de","5"===Object.getOwnPropertyNames(t)[0])return!1;for(var e={},n=0;n<10;n++)e["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(e).map((function(t){return e[t]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(t){r[t]=t})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(t){return!1}}()?Object.assign:function(t,o){for(var a,u,s=i(t),l=1;l{"use strict";var r=n(204),i=n(439),o=n(489);function a(t){for(var e="https://reactjs.org/docs/error-decoder.html?invariant="+t,n=1;n