feat: Add logo as asset

This commit is contained in:
PapaTutuWawa 2023-01-24 18:22:48 +01:00
parent 58d94ad34a
commit 9b46d9c1fe
3 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
<div class="relative h-16 inset-x-0 inset-y-0 px-4 shadow-md grid place-items-center">
<div class="flex flex-row items-center w-full">
<!-- The Moxxy logo -->
<!-- TODO: Asset -->
<a href="/index.html">
<img src="https://git.polynom.me/moxxy/moxxy/raw/branch/master/assets/images/logo.png" class="w-12 h-12 p-2" />
<img src="/assets/img/logo.png" class="w-12 h-12 p-2" />
</a>
<a href="/index.html">

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ page.title }}</title>
<link href="/dist/output.css" rel="stylesheet">
<link href="/assets/css/index.css" rel="stylesheet">
</head>
<body class="min-h-screen h-full flex flex-col">
{% include header.html %}

BIN
assets/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB