github.com/bhojpur/cache@v0.0.4/templates/index.ego (about)

     1  <%! func Index(w io.Writer) error %>
     2  
     3  <!DOCTYPE html>
     4  <html lang="en">
     5    <head>
     6      <title>Bhojpur Cache - Introspection Dashboard</title>
     7      <meta http-equiv="refresh" content="0; url=page">
     8    </head>
     9  
    10    <body>redirecting...</body>
    11  </html>