From f247b53a77850012fffb1b2c975a42eda61c2193 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Mon, 30 Jul 2018 11:14:53 -1000 Subject: [PATCH] initial commit though it's more of a list of things I'd like to accomplish --- index.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 index.php diff --git a/index.php b/index.php new file mode 100644 index 0000000..a1bd06d --- /dev/null +++ b/index.php @@ -0,0 +1,12 @@ +here

'; + echo 'Update account stats here

'; + echo 'View individual character stats here

'; //make this a drop down list later + echo 'Change Guild Wars account here
'; //make this a drop down list later + echo 'Add Guild Wars account here
'; +} +include_once ('footer.php'); +?> \ No newline at end of file