Spaces:
Build error
Build error
Commit
·
c3eb0fd
1
Parent(s):
e4148a8
Create error.html
Browse files- templates/error.html +11 -0
templates/error.html
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
<meta charset="utf-8">
|
5 |
+
<title>Error</title>
|
6 |
+
</head>
|
7 |
+
<body>
|
8 |
+
<h1>Error</h1>
|
9 |
+
<p>{{ error }}</p>
|
10 |
+
</body>
|
11 |
+
</html>
|