diff --git a/src/acknowledgements.html b/src/acknowledgements.html index 26be2cc..77cab98 100644 --- a/src/acknowledgements.html +++ b/src/acknowledgements.html @@ -11,8 +11,8 @@
-

You are here:

-

Acknowledgements

+

You are here:

+
Acknowledgements
diff --git a/src/errors/400.html b/src/errors/400.html index 30d2572..1d60c6a 100644 --- a/src/errors/400.html +++ b/src/errors/400.html @@ -5,29 +5,32 @@ 400 | Cutieguwu - - -
-

400

-

Bad Request!

-
-

- The server cannot or will not process this request due to apparent client-side error - or deception. -

-
-
-

#AD

-

#AD

+ diff --git a/src/errors/401.html b/src/errors/401.html index 4d83e37..dd4ec11 100644 --- a/src/errors/401.html +++ b/src/errors/401.html @@ -5,24 +5,27 @@ 401 | Cutieguwu - - -
-

401

-

Unauthorized!

-
-
-

#AD

-

#AD

+ diff --git a/src/errors/403.html b/src/errors/403.html index 5a9e4aa..0058d4e 100644 --- a/src/errors/403.html +++ b/src/errors/403.html @@ -5,26 +5,29 @@ 403 | Cutieguwu - - -
-

403

-

Forbidden!

-
-

The server is refusing to act upon your request.

-
-
-

#AD

-

#AD

+ diff --git a/src/errors/404.html b/src/errors/404.html index e08a38e..3ca6acd 100644 --- a/src/errors/404.html +++ b/src/errors/404.html @@ -5,24 +5,27 @@ 404 | Cutieguwu - - -
-

404

-

Page not found!

-
-
-

#AD

-

#AD

+ diff --git a/src/errors/500.html b/src/errors/500.html index 17823ff..b52a533 100644 --- a/src/errors/500.html +++ b/src/errors/500.html @@ -5,26 +5,29 @@ 500 | Cutieguwu - - -
-

500

-

Internal Server Error!

-
-

The server has no clue WTF happened here.

-
-
-

#AD

-

#AD

+ diff --git a/src/errors/501.html b/src/errors/501.html index f753ba3..085426c 100644 --- a/src/errors/501.html +++ b/src/errors/501.html @@ -5,26 +5,29 @@ 501 | Cutieguwu - - -
-

501

-

Not Implemented!

-
-

Whatever you just tried doing, the server doesn't know how to handle it.

-
-
-

#AD

-

#AD

+ diff --git a/src/errors/502.html b/src/errors/502.html index 3677d0b..c0525e6 100644 --- a/src/errors/502.html +++ b/src/errors/502.html @@ -5,26 +5,29 @@ 502 | Cutieguwu - - -
-

502

-

Bad Gateway!

-
-

This service may be offline.

-
-
-

#AD

-

#AD

+ diff --git a/src/errors/503.html b/src/errors/503.html index 9d64e79..275874e 100644 --- a/src/errors/503.html +++ b/src/errors/503.html @@ -5,26 +5,29 @@ 503 | Cutieguwu - - -
-

503

-

Service Unavailable!

-
-

The server may be overloaded or down for maintenance.

-
-
-

#AD

-

#AD

+ diff --git a/src/errors/504.html b/src/errors/504.html index 1bdb7fc..8284a58 100644 --- a/src/errors/504.html +++ b/src/errors/504.html @@ -5,29 +5,32 @@ Error Template | Cutieguwu - - -
-

504

-

Gateway Timeout!

-
-

- The server acted as a proxy and didn't receive a timely response from the upstream - server. -

-
-
-

#AD

-

#AD

+ diff --git a/src/includes/footer.html b/src/includes/footer.html index d535283..b164d16 100644 --- a/src/includes/footer.html +++ b/src/includes/footer.html @@ -1 +1 @@ - + diff --git a/src/index.html b/src/index.html index a46a2ef..527f049 100644 --- a/src/index.html +++ b/src/index.html @@ -11,8 +11,8 @@
-

You are here:

-

Home

+

You are here:

+
Home
diff --git a/src/style.scss b/src/style.scss index cab1297..4cb3f3c 100644 --- a/src/style.scss +++ b/src/style.scss @@ -90,6 +90,10 @@ h2 { font-size: 2.5vh; } +p { + font-family: var(--font-family-generic); +} + ion-icon { width: 1rem; height: 1rem; @@ -111,6 +115,8 @@ ion-icon { background-color: var(--background-2); border-top-right-radius: var(--border-radius-large); + font-size: 1.65vh; + position: absolute; bottom: 0; } diff --git a/src/templates/error.html b/src/templates/error.html index 64b2a26..9309f02 100644 --- a/src/templates/error.html +++ b/src/templates/error.html @@ -11,8 +11,8 @@
-

You are here:

-

Error Template

+

You are here:

+
Error Template
diff --git a/src/templates/main.html b/src/templates/main.html index 7a3a659..da5ed49 100644 --- a/src/templates/main.html +++ b/src/templates/main.html @@ -11,8 +11,8 @@
-

You are here:

-

Main Template

+

You are here:

+
Main Template