From 2d1e4e6f9fa306c8948d920299d409bb7920e27a Mon Sep 17 00:00:00 2001 From: uw935 Date: Sat, 2 Mar 2024 02:06:30 +0300 Subject: [PATCH] refactor: html style fixed && add: border footer & header changed --- src/templates/include/template.html | 25 +++++++++------ src/templates/index.html | 50 +++++++++++++++-------------- 2 files changed, 42 insertions(+), 33 deletions(-) diff --git a/src/templates/include/template.html b/src/templates/include/template.html index 87bc675..dec575b 100644 --- a/src/templates/include/template.html +++ b/src/templates/include/template.html @@ -36,19 +36,26 @@
- + +
{% block content %}{% endblock %} - -
- created by uw935 (1606255) -
-
+ + +
diff --git a/src/templates/index.html b/src/templates/index.html index 7bb3f7c..20e7679 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -2,33 +2,35 @@ {% block title %}VATSIM Fox — view detailed profile statistic{% endblock %} {% block content %}
-
-

Enter your VATSIM CID

-

See your detailed profile statistic

- -

-
+
+

Enter your VATSIM CID

+

See your detailed profile statistic

+ +

+
-
-
-

About

-

VATSIM Fox is an open-source project to make it easier for users to see their detailed profile statistic

-
-
-
-
-

Open source project

-

This project is fully opened, so you can contribute in it if you want

- - - -
-
+
+
+

About

+

VATSIM Fox is an open-source project to make it easier for users to see their detailed profile statistic

+
+
+ +
+
+

Open source project

+

This project is fully opened, so you can contribute in it if you want

+ + + + +
+
{% endblock %} {% block javascript_code %}