diff --git a/nk_part2/init.php b/nk_part2/init.php
new file mode 100644
index 0000000..2d5969d
--- /dev/null
+++ b/nk_part2/init.php
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/nk_part2/list.php b/nk_part2/list.php
new file mode 100644
index 0000000..d3b1bed
--- /dev/null
+++ b/nk_part2/list.php
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+ Výpis knihy
+
+
+ Výpis knihy
+
+
+
+
+
+ 0) {
+ while ($row = mysqli_fetch_assoc($result)){
+ echo "".$row["title"] ."
";
+ echo " od: " . $row["username"]."
";
+ echo "". $row["created"] . "
";
+ echo "" . $row["msg"] . "
";
+ echo "
";
+ }
+ }
+ ?>
+
+
+
\ No newline at end of file
diff --git a/nk_part2/login.php b/nk_part2/login.php
new file mode 100644
index 0000000..ad4be7b
--- /dev/null
+++ b/nk_part2/login.php
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+ Login
+
+
+ Příhlášení
+
+
+
+
\ No newline at end of file
diff --git a/nk_part2/logout.php b/nk_part2/logout.php
new file mode 100644
index 0000000..caae0c0
--- /dev/null
+++ b/nk_part2/logout.php
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/nk_part2/menu.php b/nk_part2/menu.php
new file mode 100644
index 0000000..d8b10be
--- /dev/null
+++ b/nk_part2/menu.php
@@ -0,0 +1,15 @@
+
\ No newline at end of file