times_new_nginx/error-pages/502/502.html

18 lines
394 B
HTML
Raw Permalink Normal View History

2024-09-03 21:00:49 +03:00
<!DOCTYPE html>
<html>
<head>
<style>
.center {
2024-09-11 06:04:54 +03:00
display: block;
margin: 0 auto;
position: absolute;
top: 50%;
left: 50%;
margin: -306px 0 0 -244px;
2024-09-03 21:00:49 +03:00
}
</style>
</head>
<body>
<img src="https://resources.softsols.ru/502.jpg" alt="oh no..." width="612" height="488" class="center">
</body>
</html>