moving all labs to old dir

This commit is contained in:
2026-02-26 21:55:48 +10:00
parent 76555d27a4
commit 4f1c66e838
132 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap Template</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
.col {
background: lightgray;
border: solid thin grey;
}
.row {
border: solid thin red;
}
</style>
</head>
<body>
<div class="container d-flex align-items end">
<h5 class="bg-light">Ворота на запад</h5>
<p>192-метровая арка в Сент-Луисе (штат Миссури, США)</p>
<img src="images/image1.jpg" alt="">
</div>
<div class="container d-grid justify-content-center">
<h5 class="bg-light">Ворота на запад</h5>
<p>192-метровая арка в Сент-Луисе (штат Миссури, США)</p>
<img src="images/image1.jpg" alt="">
</div>
</body>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
</html>