dodano tabelke na stronie
This commit is contained in:
parent
ee4c7be335
commit
685052a680
13
index.html
13
index.html
@ -4,8 +4,19 @@
|
||||
<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>
|
||||
<h1>Witaj wędrowcze! Uczymy sie korzystać z Git-a</h1>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user