From 80d26daaf600ce452c23ece88ad5e1c6a420da00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Kubri=C4=8Dan?= Date: Mon, 12 Aug 2024 09:56:42 +0200 Subject: [PATCH] initial --- about.html | 6 ++++++ blog.html | 11 +++++++++++ index.html | 31 +++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 about.html create mode 100644 blog.html create mode 100644 index.html diff --git a/about.html b/about.html new file mode 100644 index 0000000..6f05b25 --- /dev/null +++ b/about.html @@ -0,0 +1,6 @@ +
+

+ Zbytočnosť pokusov o charaketizovania osoby v jednom krátkom odstavci je + jeden z dóvodov prečo exituje táto stránka +

+
diff --git a/blog.html b/blog.html new file mode 100644 index 0000000..0fc7b13 --- /dev/null +++ b/blog.html @@ -0,0 +1,11 @@ +
+

Blog

+
+

Post 1

+

This is the content of the first blog post. It's an introduction to some of the exciting projects I've been working on recently.

+
+
+

Post 2

+

This is the content of the second blog post. Here I share some tips and tricks on improving your web development workflow.

+
+
diff --git a/index.html b/index.html new file mode 100644 index 0000000..ac05d53 --- /dev/null +++ b/index.html @@ -0,0 +1,31 @@ + + + + + + Home + + + + +
+

John Doe - Developer

+
+ + + +
+
+

Welcome

+

Welcome to my personal website. I'm a developer specializing in web technologies. Check out my blog for the latest updates.

+
+
+ + + + \ No newline at end of file