From 7a7b2a6415e09fcaf596bad5c52fd9572633b073 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Wed, 27 Mar 2024 14:20:24 +0100 Subject: Move styles and images into subfolder See the updates to the README for a description of the new layout. Note that the /static/ prefix has also been removed from URLs. It felt kind of like we were leaking implementation details. The fact that these files are staic doesn't concern the consumer of the service. --- views/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'views/index.html') diff --git a/views/index.html b/views/index.html index 0b5b8ae..bbe8af4 100644 --- a/views/index.html +++ b/views/index.html @@ -4,8 +4,8 @@ {# Since the background image is declared in the CSS, we can improve loading times by instructing the browser to start loading the image *before* it has even parsed the CSS. #} - - + + {% endblock %} {% block content %} @@ -57,13 +57,13 @@

Our base

- A very dark and mysterious palace + A very dark and mysterious palace

The crew

- A crew of high-level WoW players + A crew of high-level WoW players

Coins

-- cgit v1.2.3