Add files via upload
This commit is contained in:
@@ -0,0 +1,42 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Kontakt z Pjetrem</title>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<link rel="stylesheet" href="StyleSheet.css">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="tlo">
|
||||||
|
<article class="Kontakt">
|
||||||
|
<h2>Dzwonimy do Pjetera...</h2>
|
||||||
|
<h4>Ty: Witam, jak z moją dostawą?</h4>
|
||||||
|
<h4>Pjeter: Jaka dostawa?</h4>
|
||||||
|
<h4>Ty: No mój telefon.</h4>
|
||||||
|
<h4>Pjeter: siajomi?</h4>
|
||||||
|
<h4>Ty: Pisze się Xiaomi</h4>
|
||||||
|
<h4>Pjeter: Dobra, chiński telefon. Co jest nie tak?</h4>
|
||||||
|
<h4>Ty: No nic nie przyszło.</h4>
|
||||||
|
<h4>Pjeter: Kiedy zamuwiłeś?</h4>
|
||||||
|
<h4>Ty: 2 Tygodnie temu</h4>
|
||||||
|
<h4>Pjeter: Zaczekej pan.</h4>
|
||||||
|
<h4>Pjeter: TATEEE!!!</h4>
|
||||||
|
<h4>Janusz: Czego młody?</h4>
|
||||||
|
<h4>Pjeter: Pan piszę o ten telefon siajomi, ktury zamuwił 2 tygodnie temu.</h4>
|
||||||
|
<h4>Janusz: Napisz do tego kogoatam, że fajnie się z niego kożysta.</h4>
|
||||||
|
<h4>Pjeter: Już mówie tatę.</h4>
|
||||||
|
<h4>Pjeter: Fajniem się z niego kożysta, a my nie dowozimy produktuw.</h4>
|
||||||
|
<h4>Ty: No ale zapłaciłem!</h4>
|
||||||
|
<h4>Pjeter: Cuź, popełnił pan błąd.</h4>
|
||||||
|
<h4>Ty: JUŻ WAM DAM ZŁĄ OPINIĘ NA FACEBOOKU! DALIŚCIE ŻE STRONA JEST 100% LEGIT, NO SCAM.</h4>
|
||||||
|
<h4>Pjeter: Karzda strona to daje.</h4>
|
||||||
|
<h4>Ty: Już dzwonię do prokuratury</h4>
|
||||||
|
<h4>...</h4>
|
||||||
|
<h4>Ty: Halo?</h4>
|
||||||
|
<h4>Pjeter rozłączył się...</h4>
|
||||||
|
<h2>Misja nie udana, możesz wrócić do Strony Głównej</h2>
|
||||||
|
<li><a href="index.html">Powróć</a></li>
|
||||||
|
</article>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
+21
@@ -0,0 +1,21 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Zniszczyłeś Somsiadowi Passata</title>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<link rel="stylesheet" href="StyleSheet.css">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="tlo">
|
||||||
|
<article>
|
||||||
|
<h2>Zniszczyłeś Passata Somsiadowi</h2>
|
||||||
|
<img src="Obrazy\MUJPASSAT.png">
|
||||||
|
<h4>Ty: Co tam somsiedzie? Passat nie odpala?</h4>
|
||||||
|
<h4>Somsiad: Zapłacisz mi za to Janusz!!</h4>
|
||||||
|
<h2>Misja wykonana, możesz wrócić do Strony Głównej</h2>
|
||||||
|
<li><a href="index.html">Powróć</a></li>
|
||||||
|
</article>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
+163
@@ -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;
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<configuration>
|
||||||
|
<system.web>
|
||||||
|
<compilation debug="true" targetFramework="4.0"/>
|
||||||
|
</system.web>
|
||||||
|
</configuration>
|
||||||
+142
@@ -0,0 +1,142 @@
|
|||||||
|
<!DOCTYPE HTML>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<link rel="stylesheet" href="StyleSheet.css">
|
||||||
|
<link rel="icon" href="Obrazy\logo.png" type="image/x-icon">
|
||||||
|
<title>JanuShop</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="tlo">
|
||||||
|
<header>
|
||||||
|
<img class="logo" src="Obrazy\logo.png" width=128 height=128>
|
||||||
|
<h4 class="czcionka">JanuShop.</h4>
|
||||||
|
<h6 class="czcionka">#XiaomiLepsze</h6>
|
||||||
|
<ul>
|
||||||
|
<li class="dropdown">
|
||||||
|
<a href="javascript:void(0)" class="dropbtn">Stan Konta</a>
|
||||||
|
<div class="dropdown-content">
|
||||||
|
<a href="javascript:void(0)">Stan Konta wynosi:</a>
|
||||||
|
<a href="javascript:void(0)" id="stankonta">0 Janu$</a>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li><a href="#" onclick="document.getElementById('stankonta').innerHTML = 'Stan Konta: 600 Janu$'">Darmowe Janu$</a></li>
|
||||||
|
<li><a href="Passat.html">Zniszcz somsiadowi Passata</a></li>
|
||||||
|
</ul>
|
||||||
|
</header>
|
||||||
|
<section>
|
||||||
|
<h2 class="czcionka">Bogate w funkcje telefony XIAOMI</h2>
|
||||||
|
</section>
|
||||||
|
<article>
|
||||||
|
<table align="center">
|
||||||
|
<tr>
|
||||||
|
<th><h2>Xiaomi Redmi 4X</h2></th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th><img src="Obrazy\Xiaomi Redmi 4X.png" height=400></th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#">Licytuj już za 1 zł</a></li>
|
||||||
|
<li><a href="#">Kup za 5 EUROGĄBEK!</a></li>
|
||||||
|
</ul>
|
||||||
|
</th>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<table align="center">
|
||||||
|
<tr>
|
||||||
|
<th><h2>Xiaomi Mi A2</h2></th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th><img src="Obrazy\Xiaomi Mi A2.png" height=400></th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#">Licytuj już za 1 Janu$</a></li>
|
||||||
|
<li><a href="#">Kup za 15 EUROGĄBEK!</a></li>
|
||||||
|
</ul>
|
||||||
|
</th>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<table align="center">
|
||||||
|
<tr>
|
||||||
|
<th><h2>Xiaomi Redmi 4</h2></th>
|
||||||
|
</tr>
|
||||||
|
<tr><th><h5>Nie chcem pokazać przodu, bo Pjeter zniszczył.</h5></th></tr>
|
||||||
|
<tr>
|
||||||
|
<th><img src="Obrazy\Xiaomi Redmi 4.png" height=400></th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#">Licytuj już za 1 Ziemniaka</a></li>
|
||||||
|
<li><a href="#">Kup za 100 Świerzaków</a></li>
|
||||||
|
</ul>
|
||||||
|
</th>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</article>
|
||||||
|
<section>
|
||||||
|
<h2 class="czcionka">Ukochane Świerzaki</h2>
|
||||||
|
</section>
|
||||||
|
<article>
|
||||||
|
<table align="center">
|
||||||
|
<tr>
|
||||||
|
<th><h2>Kalafior Krzyś</h2></th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th><img src="Obrazy\Kalafior Krzyś.png" height=400></th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#">Licytuj już za 5 Milionow zł</a></li>
|
||||||
|
<li><a href="#">Kup za 50 Janu$!</a></li>
|
||||||
|
</ul>
|
||||||
|
</th>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<table align="center">
|
||||||
|
<tr>
|
||||||
|
<th><h2>Rzodkiewka Rzaneta</h2></th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th><img src="Obrazy\Rzodkiewka Żaneta.png" height=400></th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#">Licytuj już za 0 zł + 500 zł podatku</a></li>
|
||||||
|
<li><a href="#">Kup za 300 zł + Darmowa dostawa</a></li>
|
||||||
|
</ul>
|
||||||
|
</th>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</article>
|
||||||
|
<section>
|
||||||
|
<h2 class="czcionka">Idealne karty graficzne do Koparki Kryptowalut</h2>
|
||||||
|
</section>
|
||||||
|
<article>
|
||||||
|
<h2>AMD Radeon RX VEGA 56</h2>
|
||||||
|
<img src="Obrazy\RX Vega 56.png" height=400>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#">Licytuj już za 20 BTC</a></li>
|
||||||
|
<li><a href="#">Kup za 2,5 MLD DogeCoinów.</a></li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
<section>
|
||||||
|
<h5 class="czcionka">A na dole jakaś stopka czy cuś.</h5>
|
||||||
|
</section>
|
||||||
|
<footer class="czcionka">
|
||||||
|
<h6>Strona jest 100% LEGIT, NO SCAM. Tańszych ofert nie będzie. (Wiecie, Gimper i jego talk-show, no... Nie śmieszne :/)</h6>
|
||||||
|
<h6>Proszem nie wypisywać na funpagu, rze ta strona oszukuje, to wy sie sami oszukujecie wy janusze.</h6>
|
||||||
|
<ul>
|
||||||
|
<li><a href="Kontakt.html">Kontakt z Pjetrem</a></li>
|
||||||
|
<li><a href="#">Wypożyczalnia Bitcoinów</a></li>
|
||||||
|
</ul>
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user