pdnew/themes/default/templates/layout/error_fallback.html

15 lines
283 B
HTML

<!doctype html>
<html>
<head>
<title>PROBLEM</title>
<link rel="stylesheet" href="/theme/css/main.css" />
</head>
<body>
<main>
<div id="problem">
<h1>PROBLEM</h1>
</div>
</main>
</body>
</html>