forked from Informatyczek/EduRank
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
42 lines (38 loc) · 958 Bytes
/
Copy pathindex.php
File metadata and controls
42 lines (38 loc) · 958 Bytes
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
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<title>XMath</title>
<link rel="icon" type="image/x-icon" href="Assets/favicon.ico">
<link rel="stylesheet" href="App.css">
</head>
<body>
<div id="nav">
<div id ="menu">
<p>Nowa gra</p>
<p>Wybierz dział</p>
<p>Challenge</p>
<p>Ustawienia</p>
<p>O nas</p>
</div>
<div id="user">
<h5> <a href="login.php">konto uzytokownika</a></h5>
</div>
</div>
<div id="main">
<div id="ranking">
<h5>ranking</h5>
</div>
<div id="task">
<h5>ranking</h5>
</div>
<div id="control">
<p>Wyzwij znajomego</p>
<p>Przetrwanie</p>
<p>3 życia</p>
<p>Poziom trudności</p>
<p>Wyświetl odpowiedź</p>
</div>
</div>
</body>
</html>