zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

redirect_template.eex (314B)


      1 <!DOCTYPE html>
      2 <html>
      3   <head>
      4     <meta charset="utf-8">
      5     <title><%= config.project %> v<%= config.version %> — Documentation</title>
      6     <meta http-equiv="refresh" content="0; url=<%= h(redirect_to) %>">
      7     <meta name="generator" content="ExDoc v<%= ExDoc.version() %>">
      8   </head>
      9   <body></body>
     10 </html>