mmrech commited on
Commit
313641d
·
verified ·
1 Parent(s): 7db2dbb

Upload index.html with huggingface_hub

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -293,7 +293,7 @@
293
  </div>
294
 
295
  <div class="direct-link">
296
- <a href="/file=evb_prognosis_complete.html">Open HTML Calculator directly &rarr;</a>
297
  </div>
298
 
299
  <div class="footer">
@@ -327,7 +327,7 @@
327
  }
328
 
329
  function goMobile() {
330
- window.location.href = '/file=evb_prognosis_mobile.html';
331
  }
332
  </script>
333
  </body>
 
293
  </div>
294
 
295
  <div class="direct-link">
296
+ <a href="/calculator">Open HTML Calculator directly &rarr;</a>
297
  </div>
298
 
299
  <div class="footer">
 
327
  }
328
 
329
  function goMobile() {
330
+ window.location.href = '/mobile';
331
  }
332
  </script>
333
  </body>