1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/templating/handlebars/static/templates/error.html

11 lines
152 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>{{error}}</title>
</head>
<body>
<h1>{{status_code}} {{error}}</h1>
</body>
</html>