-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWTG.html
More file actions
45 lines (37 loc) · 1.03 KB
/
Copy pathWTG.html
File metadata and controls
45 lines (37 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DrwalSM Pobieranie</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="wrapper">
<nav>
<a class="menu" href="news.html">Informacje o Autorze gry</a>
<a class="menu" href="index.html">Informacje o grze</a>
<a class="menu" href="ZG.html">Zasady gry</a>
<a class="menu" href="KZN.html">Kontakt z nami</a>
<a class="menu aver" href="WTG.html">Wyniki innych graczy</a>
</nav>
<section>
<article>
<h1>Tablica wyników</h1>
<h3>TOP-ka w DrwalSM</h3>
<h3>TOP 1 - 0</h3>
<h3>TOP 2 - 0</h3>
<h3>TOP 3 - 0</h3>
<h3>TOP 4 - 0</h3>
<h3>TOP 5 - 0</h3>
<h3>TOP 6 - 0</h3>
<h3>TOP 7 - 0</h3>
<h3>TOP 8 - 0</h3>
<h3>TOP 9 - 0</h3>
<h3>TOP 10 - 0</h3>
</article>
</section>
<footer></footer>
</div>
</body>
</html>