From 5f623b19cb0f0510dea5d355e7e33981904679c3 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Tue, 3 Sep 2024 13:34:37 +0200 Subject: [PATCH] minesweeper some progress --- MVC/gjett_nummer.html | 52 ++++++++++++++++++++++++++++ MVC/minesweeper/index.html | 70 +++++++++++++++++++++++--------------- MVC/select.html | 40 ++++++++++++++++++++++ MVC/tallpuslespill.html | 42 +++++++++++++++++++++++ 4 files changed, 176 insertions(+), 28 deletions(-) create mode 100644 MVC/gjett_nummer.html create mode 100644 MVC/select.html create mode 100644 MVC/tallpuslespill.html diff --git a/MVC/gjett_nummer.html b/MVC/gjett_nummer.html new file mode 100644 index 0000000..f0d4696 --- /dev/null +++ b/MVC/gjett_nummer.html @@ -0,0 +1,52 @@ + + + + + + Document + + +
+ +
+ + + \ No newline at end of file diff --git a/MVC/minesweeper/index.html b/MVC/minesweeper/index.html index 0617f4e..368f86c 100644 --- a/MVC/minesweeper/index.html +++ b/MVC/minesweeper/index.html @@ -42,25 +42,47 @@
diff --git a/MVC/select.html b/MVC/select.html new file mode 100644 index 0000000..ca7df9e --- /dev/null +++ b/MVC/select.html @@ -0,0 +1,40 @@ + + + + + + + Document + + + + +
+ +
Forgrunnsfarge:
+ +
+ Bakgrunnsfarge:
+ +
+ + + + + \ No newline at end of file diff --git a/MVC/tallpuslespill.html b/MVC/tallpuslespill.html new file mode 100644 index 0000000..4ede501 --- /dev/null +++ b/MVC/tallpuslespill.html @@ -0,0 +1,42 @@ + + + + + + Document + + +
+ + + + + \ No newline at end of file