git_cwiczenie/index.html

18 lines
524 B
HTML
Raw Permalink Normal View History

2024-06-10 16:11:02 +02:00
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GITes majones </title>
</head>
<body>
2024-06-10 16:24:21 +02:00
<section class="hero is-primary -is-medium">
<div class="hero-body">
<h1 class="title"> Uczymy się GIT-a, wędrowcy! </h1>
2024-06-10 16:30:46 +02:00
<p>Tu umieścimy superkalifradalistoekspialityczną tabelę</p>
2024-06-10 16:24:21 +02:00
</div>
</section>
2024-06-10 16:48:54 +02:00
<h1> Tu umieścimy galerię zdjęć </h1>
2024-06-10 16:11:02 +02:00
</body>
</html>