milwright commited on
Commit
554bdb9
·
1 Parent(s): 54cf274

use github cdn url for icon like inference-arcade.com

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -17,7 +17,7 @@
17
  <div id="app" class="container mx-auto px-4 py-8 max-w-4xl">
18
  <header class="text-center mb-8">
19
  <div class="flex items-center justify-center mb-4 gap-3">
20
- <img src="./icon.png" alt="Cloze Reader" class="w-12 h-12">
21
  <h1 class="text-4xl font-bold typewriter-text">Cloze Reader</h1>
22
  </div>
23
  <p class="typewriter-subtitle text-center">Fill in the blanks to practice reading comprehension</p>
 
17
  <div id="app" class="container mx-auto px-4 py-8 max-w-4xl">
18
  <header class="text-center mb-8">
19
  <div class="flex items-center justify-center mb-4 gap-3">
20
+ <img src="https://media.githubusercontent.com/media/milwrite/cloze-reader/main/icon.png" alt="Cloze Reader" class="w-12 h-12">
21
  <h1 class="text-4xl font-bold typewriter-text">Cloze Reader</h1>
22
  </div>
23
  <p class="typewriter-subtitle text-center">Fill in the blanks to practice reading comprehension</p>