feat: Added init code
This commit is contained in:
14
templates/error.html
Normal file
14
templates/error.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Error {{.short}}</title>
|
||||
<link rel="stylesheet" href="/assets/css/error.css">
|
||||
<link rel="icon" href="/assets/img/favicon.png">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Error {{.short}}</h1>
|
||||
<p>{{.long}}</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user