commit 461070ab2a6af08bb526d5d2d361485b60b5a2cb Author: pnofrc Date: Thu Mar 31 01:27:23 2022 +0200 first diff --git a/favicon.ico b/favicon.ico new file mode 100755 index 0000000..52960b7 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..c16206c --- /dev/null +++ b/index.html @@ -0,0 +1,103 @@ + + + + + + + + + + + + +
+

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