problems.html 1.1 KB

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Grav Problems</title>
  6. <meta name="description" content="Grav is an easy to use, yet powerful, open source flat-file CMS">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <link rel="stylesheet" href="%%PROBLEMS_URL%%/css/template.css" type="text/css" />
  9. <link rel="stylesheet" href="%%PROBLEMS_URL%%/css/problems.css" type="text/css" />
  10. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  11. </head>
  12. <body id="top" class="">
  13. <div id="container">
  14. <section id="body" class="">
  15. <h1>Issues Found</h1>
  16. <h2>Please <strong>Review</strong> and <strong>Resolve</strong> before continuing...</h2>
  17. <p class="center">
  18. <a href="%%BASE_URL%%" class="button big"><i class="fa fa-refresh"></i> Reload Page</a>
  19. </p>
  20. <ul class="problems">
  21. %%PROBLEMS%%
  22. </ul>
  23. </section>
  24. </div>
  25. </body>
  26. </html>