Add tower.png asset

This commit is contained in:
Yuri Iozzelli 2022-09-12 10:26:40 +02:00 committed by Carlo Piovesan
parent 0e0fdb000f
commit a8e201a13b
2 changed files with 1 additions and 1 deletions

BIN
assets/tower.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -81,7 +81,7 @@
<header style="flex-grow:0; flex-srink: 0;height:80px; width: 100%; margin: 2px 0 2px 0;">
<div style="display: flex; flex-direction: row; justify-content: space-between; width: 100%;">
<div style="display: flex; flex-direction: row;">
<img src="./tower.png" style="margin-left: 10px; width: 70px; height: 80px;">
<img src="./assets/tower.png" style="margin-left: 10px; width: 70px; height: 80px;">
<div style=" margin-left: 10px; height: 100%; display: flex; align-items: center;">
<div style="color: white; font-family: montserrat; font-weight: 700; font-size: xxx-large;">WebVM</div>
</div>