From 1262da454da984957795881d244cf43af98edf2d Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Thu, 5 Sep 2024 14:44:41 +0200 Subject: [PATCH] testing react/next.js + some builtin methods in js --- react_test/app.js => MVC/kalender.html | 0 MVC/løkker.html | 45 +++++++++++++++ MVC/numberPuzzle.html | 76 ++++++++++++++++++++++++++ react_test/tutorial/index.html | 13 ++++- 4 files changed, 131 insertions(+), 3 deletions(-) rename react_test/app.js => MVC/kalender.html (100%) create mode 100644 MVC/løkker.html create mode 100644 MVC/numberPuzzle.html diff --git a/react_test/app.js b/MVC/kalender.html similarity index 100% rename from react_test/app.js rename to MVC/kalender.html diff --git a/MVC/løkker.html b/MVC/løkker.html new file mode 100644 index 0000000..d432cb4 --- /dev/null +++ b/MVC/løkker.html @@ -0,0 +1,45 @@ + + + + + + + Document + + + +
+ +
+ + + + \ No newline at end of file diff --git a/MVC/numberPuzzle.html b/MVC/numberPuzzle.html new file mode 100644 index 0000000..4f2cdb1 --- /dev/null +++ b/MVC/numberPuzzle.html @@ -0,0 +1,76 @@ + + + + + + + Document + + + + +
+ + + + + \ No newline at end of file diff --git a/react_test/tutorial/index.html b/react_test/tutorial/index.html index 12bcfe0..956e1c4 100644 --- a/react_test/tutorial/index.html +++ b/react_test/tutorial/index.html @@ -5,9 +5,16 @@ \ No newline at end of file