diff options
author | Roscoe <roscoe@wah.moe> | 2025-04-01 23:29:30 +0100 |
---|---|---|
committer | Roscoe <roscoe@wah.moe> | 2025-04-01 23:29:30 +0100 |
commit | 3b273d0ee9ef4da49916f836488b24762662c59b (patch) | |
tree | 06d07b493fad83472c82b2e6d04c8073dd8963a8 /resources/views/components | |
parent | e8ad39203f944a33231f8babcbd7011b1f464610 (diff) |
Diffstat (limited to 'resources/views/components')
-rw-r--r-- | resources/views/components/layout.blade.php | 8 | ||||
-rw-r--r-- | resources/views/components/navigation.blade.php | 2 | ||||
-rw-r--r-- | resources/views/components/wah.blade.php | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/resources/views/components/layout.blade.php b/resources/views/components/layout.blade.php index 2edcfd4..d20e675 100644 --- a/resources/views/components/layout.blade.php +++ b/resources/views/components/layout.blade.php @@ -6,7 +6,7 @@ <meta property="og:type" content="website"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="theme-color" content="#f27405"> - <title>fops! (dot moe)</title> + <title>wah! (dot moe)</title> <link rel="stylesheet" href="{{ asset('/css/master.css') }}"/> <link rel="icon" type="image/png" href="{{ asset('/favicon-32x32.png') }}" sizes="32x32"/> <link rel="icon" type="image/png" href="{{ asset('/favicon-16x16.png') }}" sizes="16x16"/> @@ -14,7 +14,7 @@ <!-- Page-specific --> - <meta property="og:title" content="fops! (dot moe) - {{ $title }}"> + <meta property="og:title" content="wah! (dot moe) - {{ $title }}"> <meta property="og:image" content="/favicon-128x128.png"> </head> <body> @@ -24,7 +24,7 @@ <img src="{{ asset('/images/logo.png') }}" width="65"> </div> <div> - <h1>fops!</h1> + <h1>wah!</h1> <p> (dot moe) </p> @@ -37,7 +37,7 @@ <div id="footer"> <div> <span> - © RoscoeDaFops 2021-{{ date('Y') }}<br> + © RoscoeDaWah 2021-{{ date('Y') }}<br> v{{ config('app.version') }}, <a href="https://git.frzn.dev/RoscoeDaWah/wah.moe/releases/latest">Source</a><br> Served by {{ gethostname() }} </span> diff --git a/resources/views/components/navigation.blade.php b/resources/views/components/navigation.blade.php index c6406ee..d7bf7e0 100644 --- a/resources/views/components/navigation.blade.php +++ b/resources/views/components/navigation.blade.php @@ -1,7 +1,7 @@ <nav> <strong>Pages:</strong> <a href="/">home</a> | - <a href="//wiki.wah.moe">fopwiki</a> | + <a href="//wiki.wah.moe">wah-ki</a> | <a href="//git.wah.moe">git</a> | <a href="/pub">files</a> | <a href="/bookmarks">bookmarks</a> | diff --git a/resources/views/components/wah.blade.php b/resources/views/components/wah.blade.php index e1fb35b..8b51e52 100644 --- a/resources/views/components/wah.blade.php +++ b/resources/views/components/wah.blade.php @@ -1,7 +1,7 @@ <div class="wah"> - <h3>Random Fops!</h3> + <h3>Random Wah!</h3> @if ($wah !== "") - <img src="{{ $wah }}" alt="Random image featuring a Fox"> + <img src="{{ $wah }}" alt="Random image featuring a red panda"> <p>Image "stolen" from <a href="https://tinyfox.dev/">tinyfox.dev</a></p> @else <img src="https://placehold.co/250x250" alt="250x250 Placeholder Image"> |