diff options
author | Jonas Kohl | 2024-07-19 16:30:46 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-07-19 16:30:46 +0200 |
commit | 551fe367342f4c3d4c859f58054c6076b3fe4d69 (patch) | |
tree | 93f1bfc2fc0c9db830cabf4df3318f45fc488833 /src/includes/under-construction.php | |
parent | 170d134f6988450861d23eb02855eafd84a4e071 (diff) |
Wrap after 80 cols
Diffstat (limited to 'src/includes/under-construction.php')
-rw-r--r-- | src/includes/under-construction.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/includes/under-construction.php b/src/includes/under-construction.php index 0ab79de..418d364 100644 --- a/src/includes/under-construction.php +++ b/src/includes/under-construction.php @@ -1,4 +1,5 @@ -<table class="constructionBox" cellspacing="0"><tbody><tr><td class="constructionBoxCell"> +<table class="constructionBox" cellspacing="0"><tbody> +<tr><td class="constructionBoxCell"> <img src="/static/under-construction.gif" alt="Under construction" /><br /> <strong>This page is still under construction!</strong> </td></tr></tbody></table> |