From e3fe710a13217e2f13ecf0cf1e85cbd8a00bd4a4 Mon Sep 17 00:00:00 2001 From: Brunetto Marie Date: Wed, 30 Nov 2022 10:41:39 +0100 Subject: [PATCH] Premier commit --- index.html | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ script.js | 6 ++++ styles.css | 15 +++++++++ test.txt | 10 ++++++ 4 files changed, 127 insertions(+) diff --git a/index.html b/index.html index e69de29..e49152b 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,96 @@ + + + + + + Document + + + + + +
WORDLE
+ + +
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + +
+ + + + + + + \ No newline at end of file diff --git a/script.js b/script.js index e69de29..0809473 100644 --- a/script.js +++ b/script.js @@ -0,0 +1,6 @@ +const fs = require("fs"); + +fs.readFile("word_bank.txt", (err, data) => { + if (err) throw err; + console.log(data.toString()); +}); \ No newline at end of file diff --git a/styles.css b/styles.css index e69de29..62c7cb5 100644 --- a/styles.css +++ b/styles.css @@ -0,0 +1,15 @@ + +header{ + +} + + + +.grille_haut div div{ + background-color: rgb(182, 182, 182); + border-radius: 5px; +} + +footer{ + +} \ No newline at end of file diff --git a/test.txt b/test.txt index e69de29..81ccdfb 100644 --- a/test.txt +++ b/test.txt @@ -0,0 +1,10 @@ +hello +train +admin +agony +first +flood +pesto +pipes +teaks +whizz \ No newline at end of file