BluechipTechnologiesAsia commited on
Commit
7912987
1 Parent(s): 0450baf

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +5 -2
templates/index.html CHANGED
@@ -74,11 +74,14 @@
74
  <body>
75
 
76
  <div class="top-nav-bar">
77
- <img src="{{ url_for('static', filename='images/bluechip.png')}}" alt="Bluchip Technologies Asia">
78
  </div>
79
 
80
      <div class="container">
81
-         <header>
 
 
 
82
              <h1>ArtiVision AI Image Generator</h1>
83
          </header>
84
 
 
74
  <body>
75
 
76
  <div class="top-nav-bar">
77
+ <img src="{{ url_for('static', filename='images/bluechip.png')}}" alt="Bluchip Technologies Asia" style="height: 25%; width: 25%;">
78
  </div>
79
 
80
      <div class="container">
81
+
82
+ <img src="{{ url_for('static', filename='images/bluechip.png')}}" alt="Bluchip Technologies Asia" style="height: 25%; width: 25%;">
83
+      
84
+ <header>
85
              <h1>ArtiVision AI Image Generator</h1>
86
          </header>
87