Added result's table
This commit is contained in:
parent
2804811d65
commit
9679532753
16
index.html
16
index.html
@ -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>
|
Loading…
Reference in New Issue
Block a user