error.html 390 B

123456789101112131415
  1. <style>
  2. .narrator-readable-text {
  3. border: none;
  4. background: none;
  5. color: inherit;
  6. border: none;
  7. padding: 0;
  8. font: inherit;
  9. cursor: pointer;
  10. outline: inherit;
  11. }
  12. </style>
  13. <!-- Accessibility button that a screen narrator will read -->
  14. <button class="narrator-readable-text">Error loading the model</button>