mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-28 13:48:12 +00:00
9 lines
154 B
Handlebars
9 lines
154 B
Handlebars
<html>
|
|
{{> partials/head title="Error :(" }}
|
|
<body>
|
|
Hit an exception while trying to serve the page :(
|
|
<hr/>
|
|
{{{this}}}
|
|
</body>
|
|
</html>
|