commit 6f01c507be9d07e52bc40cc2c8a4b3f03851f58a Author: Jonathan Turner Date: Thu Jan 18 16:47:19 2024 -0500 Initial Setup with basic SQL Register. diff --git a/index.php b/index.php new file mode 100644 index 0000000..05c83ff --- /dev/null +++ b/index.php @@ -0,0 +1,21 @@ + + + + + + + Hello World + + + +

Hello World!

+ + \ No newline at end of file diff --git a/register.php b/register.php new file mode 100644 index 0000000..f3e837e --- /dev/null +++ b/register.php @@ -0,0 +1,82 @@ + + + + + + Meme Machine + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + \ No newline at end of file