diff --git a/Kontakt.html b/Kontakt.html
new file mode 100644
index 0000000..2e6e510
--- /dev/null
+++ b/Kontakt.html
@@ -0,0 +1,42 @@
+
+
+
+ Kontakt z Pjetrem
+
+
+
+
+
+
+
+ Dzwonimy do Pjetera...
+ Ty: Witam, jak z moją dostawą?
+ Pjeter: Jaka dostawa?
+ Ty: No mój telefon.
+ Pjeter: siajomi?
+ Ty: Pisze się Xiaomi
+ Pjeter: Dobra, chiński telefon. Co jest nie tak?
+ Ty: No nic nie przyszło.
+ Pjeter: Kiedy zamuwiłeś?
+ Ty: 2 Tygodnie temu
+ Pjeter: Zaczekej pan.
+ Pjeter: TATEEE!!!
+ Janusz: Czego młody?
+ Pjeter: Pan piszę o ten telefon siajomi, ktury zamuwił 2 tygodnie temu.
+ Janusz: Napisz do tego kogoatam, że fajnie się z niego kożysta.
+ Pjeter: Już mówie tatę.
+ Pjeter: Fajniem się z niego kożysta, a my nie dowozimy produktuw.
+ Ty: No ale zapłaciłem!
+ Pjeter: Cuź, popełnił pan błąd.
+ Ty: JUŻ WAM DAM ZŁĄ OPINIĘ NA FACEBOOKU! DALIŚCIE ŻE STRONA JEST 100% LEGIT, NO SCAM.
+ Pjeter: Karzda strona to daje.
+ Ty: Już dzwonię do prokuratury
+ ...
+ Ty: Halo?
+ Pjeter rozłączył się...
+ Misja nie udana, możesz wrócić do Strony Głównej
+ Powróć
+
+
+
+
\ No newline at end of file
diff --git a/Passat.html b/Passat.html
new file mode 100644
index 0000000..744b6c1
--- /dev/null
+++ b/Passat.html
@@ -0,0 +1,21 @@
+
+
+
+ Zniszczyłeś Somsiadowi Passata
+
+
+
+
+
+
+
+ Zniszczyłeś Passata Somsiadowi
+
+ Ty: Co tam somsiedzie? Passat nie odpala?
+ Somsiad: Zapłacisz mi za to Janusz!!
+ Misja wykonana, możesz wrócić do Strony Głównej
+ Powróć
+
+
+
+
\ No newline at end of file
diff --git a/StyleSheet.css b/StyleSheet.css
new file mode 100644
index 0000000..366727c
--- /dev/null
+++ b/StyleSheet.css
@@ -0,0 +1,163 @@
+.tlo {
+ display: flex;
+ flex-flow: row wrap;
+ text-align: center;
+}
+
+.PayPal {
+ padding: 15px 0px 15px;
+}
+
+.tlo > * {
+ flex: 1 100%;
+}
+
+header {
+ background: black;
+ color: white;
+ padding: 15px;
+}
+
+.czcionka {
+ font-family: "Arial";
+}
+
+.logo {
+ padding: 10px;
+}
+
+ul {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+ overflow: hidden;
+}
+
+.Kontakt h4 {
+ padding: 0px 60px;
+ text-align: left;
+
+}
+
+ul li {
+ float: inherit;
+ display: inline-block;
+}
+
+li a, .dropbtn {
+ display: block;
+ font-family: "Arial";
+ text-decoration: none;
+ color: white;
+ text-align: center;
+ min-width: 225px;
+ max-width: 225px;
+ font-size: 12px;
+ margin: 10px;
+ padding: 14px 16px;
+ border-bottom-left-radius: 10px;
+ border-bottom-right-radius: 10px;
+ border-top-left-radius: 10px;
+ border-top-right-radius: 10px;
+ border-color: white;
+}
+
+.dropbtn {
+ border-bottom-left-radius: 10px;
+ border-bottom-right-radius: 10px;
+ border-top-left-radius: 10px;
+ border-top-right-radius: 10px;
+}
+
+ li a:hover, .dropdown:hover .dropbtn {
+ background-color: #33cc33;
+ border-bottom-left-radius: 10px;
+ border-bottom-right-radius: 10px;
+ border-top-left-radius: 10px;
+ border-top-right-radius: 10px;
+ }
+
+.dropdown-content {
+ background-color: rgb(58, 64, 69, 0.7);
+ display: none;
+ position: absolute;
+ min-width: 300px;
+ box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
+ border-bottom-left-radius: 10px;
+ border-bottom-right-radius: 10px;
+ border-top-left-radius: 10px;
+ border-top-right-radius: 10px;
+ z-index: 1;
+}
+
+li.dropdown {
+ display: inline-block;
+}
+
+.dropdown-content a {
+ color: white;
+ padding: 12px 16px;
+ text-decoration: none;
+ display: block;
+ text-align: center;
+ min-width: 300px;
+}
+
+.dropdown:hover .dropdown-content {
+ display: block;
+}
+
+nav {
+ background: #111;
+ display: block;
+}
+
+ul {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+ overflow: hidden;
+}
+
+section {
+ background: rgb(58, 64, 69);
+ display: block;
+ color: white;
+}
+
+section p {
+ color: rgb(58, 64, 69);
+}
+
+article li a {
+ display: block;
+ background: rgb(58, 64, 69);
+ margin: 10px auto;
+}
+
+footer li a {
+ display: block;
+ background: rgb(58, 64, 69);
+ margin: 10px auto;
+}
+
+article {
+ background: rgb(100, 106, 111);
+ display: block;
+ color: white;
+ font-family: 'Arial';
+ text-align: center;
+}
+
+article p {
+ font-size: 10px;
+}
+
+article img {
+ padding: 16px;
+}
+
+footer {
+ background: black;
+ color: white;
+}
diff --git a/Web.config b/Web.config
new file mode 100644
index 0000000..6c81c37
--- /dev/null
+++ b/Web.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..010ffe7
--- /dev/null
+++ b/index.html
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+ JanuShop
+
+
+
+
+
+ JanuShop.
+ #XiaomiLepsze
+
+
+
+ Bogate w funkcje telefony XIAOMI
+
+
+
+
+ Xiaomi Redmi 4X |
+
+
+  |
+
+
+ |
+
+ |
+
+
+
+
+ Xiaomi Mi A2 |
+
+
+  |
+
+
+ |
+
+ |
+
+
+
+
+ Xiaomi Redmi 4 |
+
+ Nie chcem pokazać przodu, bo Pjeter zniszczył. |
+
+  |
+
+
+ |
+
+ |
+
+
+
+
+
+
+
+ Kalafior Krzyś |
+
+
+  |
+
+
+ |
+
+ |
+
+
+
+
+ Rzodkiewka Rzaneta |
+
+
+  |
+
+
+ |
+
+ |
+
+
+
+
+ Idealne karty graficzne do Koparki Kryptowalut
+
+
+ AMD Radeon RX VEGA 56
+
+
+
+
+ A na dole jakaś stopka czy cuś.
+
+
+
+
+