15 lines
301 B
HTML
15 lines
301 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<style>
|
||
|
.center {
|
||
|
display: block;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<img src="https://resources.softsols.ru/502.jpg" alt="oh no..." width="612" height="488" class="center">
|
||
|
</body>
|
||
|
</html>
|