diff --git a/Survey.html b/Survey.html new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Survey.html @@ -0,0 +1 @@ + diff --git a/websitecss.css b/websitecss.css new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/websitecss.css @@ -0,0 +1 @@ + diff --git a/websitejs.js b/websitejs.js new file mode 100644 index 0000000..fea6972 --- /dev/null +++ b/websitejs.js @@ -0,0 +1,12 @@ +for(p = 0; p < 354985; p++) { + if (password== wordsList[p]){ + securePass = false; + document.getElementById("badResults").innerHTML="That's quite the weak password. Maybe it should consider doing some layups?"; + console.log("That's quite the weak password. Maybe it should consider doing some layups?"); + + } + } + if (securePass==true) { + document.getElementById("results").innerHTML="What a great password! You're good to go."; + console.log ("What a great password! You're good to go."); + } diff --git a/welcomepage.html b/welcomepage.html new file mode 100644 index 0000000..5caef04 --- /dev/null +++ b/welcomepage.html @@ -0,0 +1,9 @@ + + +
+ +A website that recommmends boks based on the answers to a survey you n wil complete..
+ + +