forked from select2/select2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproblems.html
More file actions
28 lines (26 loc) · 1.14 KB
/
problems.html
File metadata and controls
28 lines (26 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!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>