woops
This commit is contained in:
parent
35a520becc
commit
75fa9e88c1
3 changed files with 5 additions and 5 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'name' => env('APP_NAME', 'wah.moe'),
|
'name' => env('APP_NAME', 'wah.moe'),
|
||||||
'version' => '2026.06.01',
|
'version' => '2026.06.01-patch0',
|
||||||
'env' => env('APP_ENV', 'production'),
|
'env' => env('APP_ENV', 'production'),
|
||||||
'debug' => (bool)env('APP_DEBUG', false),
|
'debug' => (bool)env('APP_DEBUG', false),
|
||||||
'url' => env('APP_URL', 'http://localhost'),
|
'url' => env('APP_URL', 'http://localhost'),
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,8 @@
|
||||||
<title>wah! (dot moe) - {{ $title }}</title>
|
<title>wah! (dot moe) - {{ $title }}</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@if($event === 'april-fools')
|
@if($event === 'april-fools' || $event == 'pride')
|
||||||
<body background="/images/roscoe_tile_rainbow.jpg" bgcolor="#6595fb" text="#000000" link="#FFFFFF" alink="#999999" vlink="#FFFFFF">
|
<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">
|
<table bgcolor="#9365FB" width="850px" cellpadding="0" cellspacing="0" border="0">
|
||||||
<!-- HEADER -->
|
<!-- HEADER -->
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@
|
||||||
<div class="page-container">
|
<div class="page-container">
|
||||||
<header>
|
<header>
|
||||||
<div>
|
<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.">
|
@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-v2.png') }}" width="84" alt="A pixel art depiction of a paw, in three alternating shades of blue.">@endif
|
@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>
|
||||||
<div>
|
<div>
|
||||||
<h1>wah!</h1>
|
<h1>wah!</h1>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue