partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

maintenance.html.twig (339B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
      2         "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      3 <html>
      4 <head>
      5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
      6     <title>{{ maintenanceTitle }}</title>
      7 </head>
      8 <body>
      9     <h1>{{ maintenanceTitle }}</h1>
     10 
     11     <p>{{ maintenanceMessage }}</p>
     12 </body>
     13 </html>