22 lines
646 B
HTML
22 lines
646 B
HTML
<!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>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css">
|
|
</head>
|
|
<body>
|
|
<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>A tu malutkie geranium ze zdjeciami</p>
|
|
</div>
|
|
</section>
|
|
</body>
|
|
</html> |