Auto-Dubbing / templates /error.html
imseldrith's picture
Create error.html
c3eb0fd
raw
history blame contribute delete
162 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<h1>Error</h1>
<p>{{ error }}</p>
</body>
</html>