mirror of
https://github.com/BlossomiShymae/clean-cuts.git
synced 2026-05-07 18:05:47 +02:00
Add icon
This commit is contained in:
+4
-1
@@ -5,7 +5,10 @@
|
|||||||
<div class="background background-transparent background-blur-2"></div>
|
<div class="background background-transparent background-blur-2"></div>
|
||||||
<nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-light border-bottom border-light border-opacity-25 border-2 box-shadow">
|
<nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-light border-bottom border-light border-opacity-25 border-2 box-shadow">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<NuxtLink class="navbar-brand fw-light" to="/" ><TheTitle /></NuxtLink>
|
<NuxtLink class="navbar-brand fw-light" to="/" >
|
||||||
|
<img class="me-1" src="/favicon.png" width="24" height="24"/>
|
||||||
|
<TheTitle />
|
||||||
|
</NuxtLink>
|
||||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target=".navbar-collapse" aria-controls="navbarSupportedContent"
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target=".navbar-collapse" aria-controls="navbarSupportedContent"
|
||||||
aria-expanded="false" aria-label="Toggle navigation">
|
aria-expanded="false" aria-label="Toggle navigation">
|
||||||
<span class="navbar-toggler-icon"></span>
|
<span class="navbar-toggler-icon"></span>
|
||||||
|
|||||||
+4
-1
@@ -2,7 +2,10 @@
|
|||||||
<div>
|
<div>
|
||||||
<div class="d-flex flex-column justify-content-center align-items-center gap-2" style="margin-top: 25%;">
|
<div class="d-flex flex-column justify-content-center align-items-center gap-2" style="margin-top: 25%;">
|
||||||
<div class="d-flex flex-column justify-content-center align-items-center">
|
<div class="d-flex flex-column justify-content-center align-items-center">
|
||||||
<h1 class="display-4"><TheTitle /></h1>
|
<h1 class="display-4">
|
||||||
|
<img class="me-4" src="/favicon.png"/>
|
||||||
|
<TheTitle />
|
||||||
|
</h1>
|
||||||
<p>Your local League of Legends companion index.</p>
|
<p>Your local League of Legends companion index.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user