comunic/developer/user/plugins/problems/html/problems.html

29 lines
1.1 KiB
HTML
Raw Normal View History

2016-11-19 11:08:12 +00:00
<!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>