12345678910111213141516171819202122232425262728 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8" />
- <title>Grav Problems</title>
- <meta name="description" content="Grav is an easy to use, yet powerful, open source flat-file CMS">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" href="%%PROBLEMS_URL%%/css/template.css" type="text/css" />
- <link rel="stylesheet" href="%%PROBLEMS_URL%%/css/problems.css" type="text/css" />
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- </head>
- <body id="top" class="">
- <div id="container">
- <section id="body" class="">
- <h1>Issues Found</h1>
- <h2>Please <strong>Review</strong> and <strong>Resolve</strong> before continuing...</h2>
- <p class="center">
- <a href="%%BASE_URL%%" class="button big"><i class="fa fa-refresh"></i> Reload Page</a>
- </p>
- <ul class="problems">
- %%PROBLEMS%%
- </ul>
- </section>
- </div>
- </body>
- </html>
|