From eba1556d89969e8c900d68935a635e5e3232f80a Mon Sep 17 00:00:00 2001 From: Fred Nora Date: Mon, 1 Jul 2024 09:08:05 -0300 Subject: [PATCH] php: Create index.php and frednora.php --- assets/index.html | 26 +++++++++++ frednora.php | 113 ++++++++++++++++++++++++++++++++++++++++++++++ index.php | 4 ++ 3 files changed, 143 insertions(+) create mode 100644 assets/index.html create mode 100644 frednora.php create mode 100644 index.php diff --git a/assets/index.html b/assets/index.html new file mode 100644 index 0000000..e67e8c3 --- /dev/null +++ b/assets/index.html @@ -0,0 +1,26 @@ + + + + + + + Assets + + + + + + + +
+
This is the place where You can find resources for this webpage. +
+ + + diff --git a/frednora.php b/frednora.php new file mode 100644 index 0000000..4a853ae --- /dev/null +++ b/frednora.php @@ -0,0 +1,113 @@ + + + + + + + + + + + + +Christmas <?php echo date("Y"); ?> + + + + + + + + + + + + +
+ +

Fred Nora's PHP application

+ +
+ + + +
+ / + + + + +
+
+ + See code at GitHub + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/index.php b/index.php new file mode 100644 index 0000000..66650bd --- /dev/null +++ b/index.php @@ -0,0 +1,4 @@ + \ No newline at end of file