geranium
This commit is contained in:
parent
49f0c1eee1
commit
0de664defd
14
index.html
14
index.html
@ -4,9 +4,19 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Git cwiczenia</title>
|
<title>Git cwiczenia</title>
|
||||||
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Witaj wędrowcze! Uczymy sie korzystać z Git-a</h1>
|
<section class="hero is-primary is-medium">
|
||||||
<p>A tu bedzie piękna tabela</p>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user