Browse Source

Add tower.png asset

Yuri Iozzelli 2 years ago
parent
commit
a8e201a13b
2 changed files with 1 additions and 1 deletions
  1. BIN
      assets/tower.png
  2. 1 1
      index.html

BIN
assets/tower.png


+ 1 - 1
index.html

@@ -81,7 +81,7 @@
     <header style="flex-grow:0; flex-srink: 0;height:80px; width: 100%; margin: 2px 0 2px 0;">
     <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; justify-content: space-between; width: 100%;">
         <div style="display: flex; flex-direction: row;">
         <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=" 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 style="color: white; font-family: montserrat; font-weight: 700; font-size: xxx-large;">WebVM</div>
           </div>
           </div>