Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
wanderer-00 committed Nov 22, 2024
1 parent 505d5f0 commit 62c1941
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions ware/DTF_load/html/work/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>График работы</title>
<link rel="stylesheet" href="../../style/main.css">
<link rel="stylesheet" href="local.css">
</head>
<body>
<div class="WRAPPER">
<header>
<div class="wrapper">
<h1>График работы</h1>
</div>
</header>
<main>
<div class="wrapper">
<table>
<tr>
<td>ноябрь</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
</div>
</main>
<footer>
<div class="wrapper">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deleniti quisquam provident molestiae sed delectus magni sapiente libero praesentium obcaecati, reiciendis nesciunt, nemo rerum, aliquam quos amet inventore quibusdam recusandae quasi.</p>
</div>
</footer>
</div>
</body>
</html>

0 comments on commit 62c1941

Please sign in to comment.