1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-14 23:04:43 +00:00
friendica-github/view/templates/http_status.tpl
2015-10-03 23:19:09 +02:00

9 lines
125 B
Smarty

<html>
<head>
<title>{{$title}}</title>
</head>
<body>
<h1>{{$title}}</h1>
<p>{{$description}}</p>
</body>
</html>