This commit is contained in:
Roscoe 2026-06-02 00:44:03 +01:00
commit 75fa9e88c1
Signed by: RoscoeDaWah
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE
3 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@
return [
'name' => env('APP_NAME', 'wah.moe'),
'version' => '2026.06.01',
'version' => '2026.06.01-patch0',
'env' => env('APP_ENV', 'production'),
'debug' => (bool)env('APP_DEBUG', false),
'url' => env('APP_URL', 'http://localhost'),

View file

@ -6,8 +6,8 @@
<title>wah! (dot moe) - {{ $title }}</title>
</head>
@if($event === 'april-fools')
<body background="/images/roscoe_tile_rainbow.jpg" bgcolor="#6595fb" text="#000000" link="#FFFFFF" alink="#999999" vlink="#FFFFFF">
@if($event === 'april-fools' || $event == 'pride')
<body background="/images/roscoe_tile_rainbow.jpg" bgcolor="#FF8A6A" text="#000000" link="#FFFFFF" alink="#999999" vlink="#FFFFFF">
<table bgcolor="#9365FB" width="850px" cellpadding="0" cellspacing="0" border="0">
<!-- HEADER -->
<tr>

View file

@ -26,8 +26,8 @@
<div class="page-container">
<header>
<div>
@if($event == 'april-fools')<img src="{{ asset('/images/logo-rainbow.png') }}" width="84" alt="A pixel art depiction of a paw, in rainbow colours.">
@else <img class="logo_paw" src="{{ asset('/images/logo-v2.png') }}" width="84" alt="A pixel art depiction of a paw, in three alternating shades of blue.">@endif
@if($event == 'april-fools' || $event == 'pride')<img src="{{ asset('/images/logo-rainbow.png') }}" width="84" alt="A pixel art depiction of a paw, in rainbow colours.">
@else <img class="logo_paw" src="{{ asset('/images/logo-v3.png') }}" width="84" alt="A pixel art depiction of a paw, in three alternating shades of blue.">@endif
</div>
<div>
<h1>wah!</h1>