22 lines
330 B
HTML
22 lines
330 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Документ без названия</title>
|
|
<link href="z-index.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="div1"></div>
|
|
|
|
<div class="div2"></div>
|
|
|
|
<div class="div3"></div>
|
|
|
|
<div class="div4"></div>
|
|
|
|
<div class="div5"></div>
|
|
</body>
|
|
</html>
|