notFoundHtml top-level constant

String const notFoundHtml

Implementation

const notFoundHtml = r'''
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width,minimum-scale=1.0,initial-scale=1.0,maximum-scale=1.0,user-scalable=no,viewport-fit=cover" />
    <meta name="format-detection" content="telephone=no">
    <meta name="wap-font-scale" content="no">
    <title>404</title>
  </head>
  <body style="text-align: center;">
    <div style="margin: 12px 0; font-size: 18px;">404 Not Found</div>
    <a style="text-decoration: none;" href="javascript:$app.route({pop: true});">Back</a>
  </body>
</html>
''';