You are here

offline.html.twig in Progressive Web App 8

Same filename and directory in other branches
  1. 2.x templates/offline.html.twig

Default theme implementation for pwa-offline page.

File

templates/offline.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for pwa-offline page.
  5. *
  6. */
  7. #}
  8. <h1 data-drupal-pwa-offline="true">
  9. You are offline.
  10. </h1>
  11. <input type="button" value="Reload Page" onClick="document.location.reload(true)">