security/templates/error.html

16 lines
338 B
HTML
Raw Permalink Normal View History

2024-03-21 20:20:24 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>MatterLinux | Error</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=1200">
<link href="/global.css" rel="stylesheet">
</head>
<body>
<div class="error">
<h1>{{.msg}}</h1>
<a href="/">Go Back to Home</a>
</div>
</body>
</html>