git_cwiczenia/index.html

22 lines
662 B
HTML
Raw Normal View History

2024-06-03 16:51:14 +02:00
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Git cwiczenia</title>
2024-06-10 16:24:23 +02:00
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css">
2024-06-03 16:51:14 +02:00
</head>
<body>
2024-06-10 16:24:23 +02:00
<section class="hero is-primary is-medium">
<div class="hero-body">
<h1 class="title">
Witaj wędrowcze!
</h1>
<p class="subtitle">
Uczymy sie korzystać z Git-a
</p>
<p class="subtitle">Tu umieścimy super fajną tabelę</p>
</div>
</section>
2024-06-03 16:51:14 +02:00
</body>
</html>