19 lines
606 B
HTML
19 lines
606 B
HTML
<!DOCTYPE html>
|
|
<html style="height: 100%">
|
|
<head>
|
|
<title>Unsupported browser</title>
|
|
</head>
|
|
<body style="height: 100%; margin: 0;">
|
|
<table style="width: 100%; height: 100%; border-collapse: collapse;">
|
|
<tr>
|
|
<td style="vertical-align: middle; text-align: center;">
|
|
<div style="display: inline-block;">
|
|
<img src="./unsupported.png">
|
|
<h3>Your browser is not supported. Please, update it or use our <a href="http://telegram.org/dl" target="_blank">native clients</a></h3>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|