18 lines
609 B
HTML
18 lines
609 B
HTML
<!DOCTYPE html>
|
|
<html lang="ru">
|
|
<head >
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover,maximum-scale=1,user-scalable=0">
|
|
<meta name="referrer" content="unsafe-url">
|
|
<title>SVG анимац</title>
|
|
</head>
|
|
<body>
|
|
<br><br><br>
|
|
<div style="position:relative; width:300px; height:300px;">
|
|
<img src="/img/circle.svg" style="position:absolute;left:0px;top;0px;" />
|
|
<img src="/img/schit.svg" style="position:absolute;left:0px;top;0px;" />
|
|
<img src="/img/book.svg" style="position:absolute;left:0px;top;0px;" />
|
|
</div>
|
|
</body>
|
|
</html>
|