mabil commited on
Commit
cae65d9
·
1 Parent(s): 12f4836

🖼️ Fix logo NORUS via Imgur URL

Browse files
Files changed (1) hide show
  1. templates/NORUS.html +1 -1
templates/NORUS.html CHANGED
@@ -12,7 +12,7 @@
12
  <header>
13
  <div style="text-align: center; margin-top: 20px;">
14
  <a href="#" id="logo-link">
15
- <img src="{{ url_for('static', filename='images/NORUS.PNG') }}" alt="NORUS Logo" id="logo" style="max-width: 200px; height: auto;">
16
  </a>
17
  </div>
18
  <h1>NORUS Tool</h1>
 
12
  <header>
13
  <div style="text-align: center; margin-top: 20px;">
14
  <a href="#" id="logo-link">
15
+ <img src="https://i.imgur.com/MT5Sl9h.png" alt="NORUS Logo" style="width: 150px;" />
16
  </a>
17
  </div>
18
  <h1>NORUS Tool</h1>