feat(DevWeb): Add favicon

This commit is contained in:
Lucàs
2024-04-20 10:23:06 +02:00
parent 3fda75929a
commit 90b06cd37d
2 changed files with 4 additions and 0 deletions
@@ -8,6 +8,7 @@
<html class="has-navbar-fixed-top">
<head>
<title><jsp:invoke fragment="title"/></title>
<link rel="icon" type="image/svg" href="${pageContext.request.contextPath}/static/icon.svg">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -0,0 +1,3 @@
<svg width="384" height="384" viewBox="0 0 384 384" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M377.046 177.69C385.082 185.538 385.082 198.462 377.046 206.31L338.258 244.184C334.345 248.006 332.167 253.263 332.232 258.732L332.878 312.941C333.012 324.172 323.873 333.311 312.641 333.177L258.433 332.532C252.963 332.467 247.706 334.644 243.885 338.558L206.01 377.345C198.163 385.382 185.238 385.382 177.391 377.345L139.516 338.558C135.695 334.644 130.438 332.467 124.969 332.532L70.76 333.177C59.5286 333.311 50.3894 324.172 50.5232 312.941L51.1689 258.732C51.234 253.263 49.0564 248.005 45.143 244.184L6.35522 206.31C-1.68123 198.462 -1.68124 185.538 6.35522 177.69L45.143 139.816C49.0564 135.994 51.234 130.737 51.1689 125.268L50.5232 71.0596C50.3894 59.8282 59.5285 50.689 70.76 50.8228L124.969 51.4685C130.438 51.5336 135.695 49.356 139.516 45.4426L177.391 6.65476C185.238 -1.38166 198.163 -1.38168 206.01 6.65476L243.885 45.4426C247.706 49.356 252.963 51.5336 258.433 51.4685L312.641 50.8228C323.873 50.689 333.012 59.8282 332.878 71.0596L332.232 125.268C332.167 130.737 334.345 135.994 338.258 139.816L377.046 177.69ZM71.7006 188C71.7006 176.954 80.6549 168 91.7006 168H195.701C206.746 168 215.701 176.954 215.701 188V292C215.701 303.046 206.746 312 195.701 312H91.7006C80.6549 312 71.7006 303.046 71.7006 292V188ZM231.701 72.0002C220.655 72.0002 211.701 80.9545 211.701 92.0002V152C211.701 163.046 220.655 172 231.701 172H291.701C302.746 172 311.701 163.046 311.701 152V92.0002C311.701 80.9545 302.746 72.0002 291.701 72.0002H231.701Z" fill="#B31E1E"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB