Selaa lähdekoodia

Show logo during browser load instead of spinner

Lutz Roeder 8 vuotta sitten
vanhempi
sitoutus
ae86c6531f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/view-browser.html

+ 1 - 1
src/view-browser.html

@@ -17,7 +17,7 @@
     <button id='open-file-button' class='center' style='top: 200px; width: 150px; display: none;'>Open ONNX Model...</button>
 </div>
 <div id='clock' class='background' style='display: none;'>
-    <img class='center' src='spinner.svg' width='124' height='124'>
+    <img class='center' src='logo.svg' width='124' height='124'>
 </div>
 <svg id='graph' class='graph' preserveAspectRatio='xMidYMid meet'></svg>
 <div id='sidebar' class='sidebar'>