g3/g3proxy/templates/error.html
2023-03-09 17:55:45 +08:00

6 lines
154 B
HTML

<html>
<head><title>{{ code }} {{ reason }}</title></head>
<body>
<div style="text-align: center;"><h1>{{ code }} {{ reason }}</h1></div>
</body>
</html>