Added result's table

This commit is contained in:
Zofia Marosz 2023-06-12 18:08:46 +02:00
parent 2804811d65
commit 9679532753

View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GIT - ćwiczenia</title>
</head>
<body>
<h1>Uczymy się korzystać z GITa</h1>
<p>Linijka dodana po pierwszym commicie</p>
<h2>Tabela wyników</h2>
<div>
<span>Tu będzie tabela wyników</span>
</div>
</body>
</html>