0x0a/templates/413.html

21 行
708 B
HTML

<!DOCTYPE HTML "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Payload too large (413)</title>
</head>
<body bgcolor="#000000" text="#ffffff">
<pre>
(:`--..___...-''``-._ |`._
```--...--. . `-..__ .`/ _\
`\ ' ```--`. />
: : : `:`-'
`.:. `.._--...___ ``--...__
``--..,) ```----....__,) fl (tweeked)
</pre>
<p>
Remote file too large ({{ request.headers["content-length"]|filesizeformat(True) }} > {{ config["MAX_CONTENT_LENGTH"]|filesizeformat(True) }}).
</p>
</body>
</html>