From 461070ab2a6af08bb526d5d2d361485b60b5a2cb Mon Sep 17 00:00:00 2001 From: pnofrc Date: Thu, 31 Mar 2022 01:27:23 +0200 Subject: [PATCH] first --- favicon.ico | Bin 0 -> 15406 bytes index.html | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++++ style.css | 46 +++++++++++++++++++++++ 3 files changed, 149 insertions(+) create mode 100755 favicon.ico create mode 100644 index.html create mode 100644 style.css diff --git a/favicon.ico b/favicon.ico new file mode 100755 index 0000000000000000000000000000000000000000..52960b7ea5f6393c87a584e84669f4a848f328f4 GIT binary patch literal 15406 zcmeI3y-ve06opTLi7sVe&xAU5V&)w{>VS|s@(j@O68wxj45(FK1S)nwusED+6IH6} zilj=?(39xai5>Tz`#FweI{{kQMW+L%2`=}5V*p7K&btS|BlCK_-|{11atL&J4Xdz5 z$Y-*AbGU)S7t)-2s52^5H}h4*Z&p{S2>b^E4&OO@-aKmSKkN42@dzD^}ft~Mu2Ej8!!@D-{>yLgm~Z8a zfCz|y2#A0Ph=2%)fCy|CfiM<)t8x7GLf@m>{D(2HjlXTaZsteEW#0jTxs7>;v{rOp zU`q;Yo`h4h7|>SEldzn;I + + + + + + + + + + + +
+

Hey, this is the documentation

+

Go to the console of the browser. +
Usually is under "tools" in the menu of the browser. +
In mac environment, on firefox is command+option+K, on chromium is command+option+J

+
+ +

When your console is open,

+
+

Now, you can write functions to reveal the website. +
Then type start()

+
+
+

It wasn't that I wasn't really covinced

+
+
+

Ciaooooo osfjvsjdvbdijfbvoed wepivodfj oefhvoefj beofjb eofub ojf oejb e

+

Ciaooooo osfjvsjdvbdijfbvoed wepivodfj oefhvoefj beofjb eofub ojf oejb e

+

Ciaooooo osfjvsjdvbdijfbvoed wepivodfj oefhvoefj beofjb eofub ojf oejb e

+

Ciaooooo osfjvsjdvbdijfbvoed wepivodfj oefhvoefj beofjb eofub ojf oejb e

+

Ciaooooo osfjvsjdvbdijfbvoed wepivodfj oefhvoefj beofjb eofub ojf oejb e

+
+
+ + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..fec8d27 --- /dev/null +++ b/style.css @@ -0,0 +1,46 @@ +:root { + --color : "white" +} + +html,body{margin: 0;padding: 0; font-family: Arial, Helvetica, sans-serif;} + +body { + color: var(--color); +} + +#documentation{ + width: 60%; + margin-left: 20%; + margin-top: 5%; + border: dashed; + padding: 3%; + height: 60%; + border-radius: 20%; + +} + +#zeroHtml { + display: none; + color: red; + width: 100vw; + text-align: center; +} + +#oneHtml { + display: none; + color: salmon; + filter: drop-shadow(0 0 0.75rem crimson); + position: absolute; + top: 0; + left: 15%; + line-height: 7px; + } + + #twoHtml{ + display: none; + position: absolute; + top: 0; + width: 100vw; + height: 100vh; + border: solid; + } \ No newline at end of file