From 4ab1b39650b83622e562864088ec3997ed7b7748 Mon Sep 17 00:00:00 2001
From: Fluffy-Bean
Date: Tue, 26 Jul 2022 13:34:48 +0100
Subject: [PATCH] =?UTF-8?q?Added=20"Top"=20button=20=F0=9F=91=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
account.php | 7 +++++--
assets/icons/caret-up.svg | 1 +
css/master.css | 31 +++++++++++++++++++++++++++++++
edit.php | 5 ++++-
image.php | 6 ++++--
index.php | 5 ++++-
login.php | 7 +++++--
scripts/top.js | 11 +++++++++++
signup.php | 7 +++++--
ui/{footer.php => footer.html} | 2 --
ui/top.html | 4 ++++
upload.php | 5 ++++-
12 files changed, 78 insertions(+), 13 deletions(-)
create mode 100644 assets/icons/caret-up.svg
create mode 100644 scripts/top.js
rename ui/{footer.php => footer.html} (85%)
create mode 100644 ui/top.html
diff --git a/account.php b/account.php
index 37f9f52..1311eb9 100644
--- a/account.php
+++ b/account.php
@@ -16,7 +16,7 @@
Account settings
O hi ".$_SESSION["username"].".
";
+ echo "O hi ".$_SESSION["username"].". This is pretty empty right now. But it wont be soon!
";
echo "
Logout";
} else {
echo "You must be logged in to change your account settings!
";
@@ -25,6 +25,9 @@
?>
-
+