From e8191f284977778b323ca8a87cc5fba2cecf33ba Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Mon, 27 Jan 2025 20:21:02 -0700 Subject: [PATCH] day 3 classwork. --- 5min/day3/index.php | 27 +++++++++++++++++++++++++++ exercises/1/index.php | 20 ++++++++++++++++++++ exercises/2/index.php | 16 ++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 5min/day3/index.php create mode 100644 exercises/1/index.php create mode 100644 exercises/2/index.php diff --git a/5min/day3/index.php b/5min/day3/index.php new file mode 100644 index 0000000..e17d8e9 --- /dev/null +++ b/5min/day3/index.php @@ -0,0 +1,27 @@ + + + + + Day 3 + + + + + Day 3'; ?> + + '; ?> + + + diff --git a/exercises/1/index.php b/exercises/1/index.php new file mode 100644 index 0000000..3af9a3e --- /dev/null +++ b/exercises/1/index.php @@ -0,0 +1,20 @@ + + + + + Exercise #1 + + + +

Primary heading

+ Lorem ipsum

'; +echo '

Another One

'; +?> +

dorem something

+ Smaller One'; ?> + + + + + diff --git a/exercises/2/index.php b/exercises/2/index.php new file mode 100644 index 0000000..623ef4e --- /dev/null +++ b/exercises/2/index.php @@ -0,0 +1,16 @@ + + + + + + Exercise #2 + + + Some words here

'; +?> + + +