1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-01 08:28:27 +00:00
friendica-github/view/templates/http_status.tpl
2018-12-16 22:38:32 -05:00

9 lines
134 B
Smarty

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