From 7e3f21f1a421bffe51b7aa4b249cabf2a4d41e43 Mon Sep 17 00:00:00 2001 From: Tomas Harazim Date: Fri, 9 Oct 2020 11:31:57 +0200 Subject: [PATCH] zakladni kostra --- css/style.css | 3 +++ index.html | 13 +++++++++++++ js/index.js | 0 3 files changed, 16 insertions(+) create mode 100644 css/style.css create mode 100644 index.html create mode 100644 js/index.js diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..d60afbd --- /dev/null +++ b/css/style.css @@ -0,0 +1,3 @@ +body { + background-color: blue; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..3913e50 --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + + Prace s gitem + + + +

prace s gitem

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Velit obcaecati, perferendis temporibus natus fugiat dicta veritatis dolor magni beatae architecto consequatur expedita deleniti illum laudantium ex, in nihil a ratione.

+ + \ No newline at end of file diff --git a/js/index.js b/js/index.js new file mode 100644 index 0000000..e69de29