mirror of
https://github.com/FlyInTheBox/31TSAI.git
synced 2024-11-09 20:44:11 +01:00
Add files via upload
This commit is contained in:
parent
dfd825bc53
commit
b12b743448
1 changed files with 18 additions and 0 deletions
18
Zadanie 3/index.php
Normal file
18
Zadanie 3/index.php
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport"
|
||||||
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||||
|
<title>Document</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<ol>
|
||||||
|
<li>SKŁADNIA</li>
|
||||||
|
<li>PLAN LEKCJI</li>
|
||||||
|
<li>ZMIENNE</li>
|
||||||
|
<li><a href="strings.php">TEKSTY</a></li>
|
||||||
|
</ol>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue