commit 750cbe7cd479d78b548e0108dd8f842ba38db04d Author: Patryk Hegenberg Date: Sat Dec 10 12:54:39 2022 +0100 Initial push for phpTutorial diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/index.php b/index.php new file mode 100644 index 0000000..827bc82 --- /dev/null +++ b/index.php @@ -0,0 +1,16 @@ + + + + + + + Demo + + +

+ +

+ + \ No newline at end of file