friendica/view/templates/http_status.tpl

10 lines
125 B
Smarty
Raw Normal View History

2015-10-03 23:19:09 +02:00
<html>
<head>
<title>{{$title}}</title>
</head>
<body>
<h1>{{$title}}</h1>
<p>{{$description}}</p>
</body>
</html>