|
|
@@ -17,6 +17,10 @@
|
|
|
<div id='welcome' class='background' style='display: block'>
|
|
|
<img id='logo' class='center' src='logo.svg' width='124' height='124'>
|
|
|
<button id='open-file-button' class='center' style='top: 200px; width: 150px; display: none;'>Open ONNX Model...</button>
|
|
|
+ <!-- Preload fonts to workaround Chrome SVG layout issue -->
|
|
|
+ <div style='font-family: "Open Sans"; font-size: 10px; font-weight: normal; color: #e6e6e6'>.</div>
|
|
|
+ <div style='font-family: "Open Sans"; font-size: 10px; font-weight: 600; color: #e6e6e6'>.</div>
|
|
|
+ <div style='font-family: "Open Sans"; font-size: 10px; font-weight: bold; color: #e6e6e6'>.</div>
|
|
|
</div>
|
|
|
<div id='clock' class='background' style='display: none;'>
|
|
|
<img class='center' src='logo.svg' width='124' height='124'>
|