From 0bdb09b23c4efb4029a6d58fc9d5c493a8eb81b4 Mon Sep 17 00:00:00 2001 From: Andrew K Date: Sat, 10 Jan 2026 19:06:33 +0900 Subject: [PATCH] apply bootstrap; apply corrections in information text --- templates/login.html | 8 ++++++-- templates/register.html | 8 ++++++-- templates/upload.html | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/templates/login.html b/templates/login.html index 4d77b9a..163c1a0 100644 --- a/templates/login.html +++ b/templates/login.html @@ -7,6 +7,7 @@ ADrive Share +
@@ -27,8 +28,8 @@ Enter your credentials to access your dashboard and manage your files.

- Username: - Passphrase: + Username: + Passphrase:
@@ -70,5 +71,8 @@ + \ No newline at end of file diff --git a/templates/register.html b/templates/register.html index 9767a6d..0e255bf 100644 --- a/templates/register.html +++ b/templates/register.html @@ -7,6 +7,7 @@ ADrive Share +
@@ -27,8 +28,8 @@ With an account, you can manage up to 3GB in one dashboard. If you use up your limit, you can delete to free up space or upload files without the ability to manage them.

- Username: - Passphrase: + Username: + Passphrase: Managable Storage Quota: @@ -72,5 +73,8 @@ + \ No newline at end of file diff --git a/templates/upload.html b/templates/upload.html index acc780d..0a092c1 100644 --- a/templates/upload.html +++ b/templates/upload.html @@ -74,7 +74,7 @@
- +
{% if not loggedIn %} @@ -83,7 +83,7 @@

Signing in is not required. You can at any time - register and sign in to manage your existing codes for free. You can manage up to 1GB of files.

+ register and sign in to manage your existing codes for free. You can manage up to 3GB of files.

{% else %}