128 lines
3.7 KiB
Plaintext
128 lines
3.7 KiB
Plaintext
#
|
|
# ID: d722da
|
|
# Nazwa: kod na kartkówke z zgrzebą - stare
|
|
# Opis: a
|
|
# Publiczny: 0
|
|
# Data utworzenia/ostatniej edycji (UTC): 2023-11-20 06:31:30
|
|
#
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="pl">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>stona klasy</title>
|
|
|
|
<link rel="stylesheet"
|
|
|
|
href="style.css">
|
|
|
|
<style>
|
|
|
|
ber{
|
|
|
|
font-size: 45px;
|
|
|
|
color:blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="blok">
|
|
|
|
<div id="logo">
|
|
|
|
<object data="https://media.istockphoto.com/id/695729088/pl/filmy/podrzucanie-monet%C4%85-do-przerzucania-na-g%C5%82owach-lub-ogonach.mp4?s=mp4-640x640-is&k=20&c=f8MqMZo4oqrUBa8PD9PZIAbObLnfpt0mjVJ1k3ekFKg=" width="400px" height="100px"></object></div>
|
|
|
|
<div class="page">
|
|
|
|
<ul>
|
|
|
|
<li><a href="kontakt.html"> Kontakt </a></li><br>
|
|
|
|
<li><a href="pobierz.html"> Pobierz na PC </a></li><br>
|
|
|
|
<li><a href="opinie_klientow.html"> Opinie klientów </a></li><br>
|
|
|
|
</ul>
|
|
|
|
<iframe width="150px" height="600px" src="https://www.youtube.com/embed/M8zc1Sxpli0" title="Techno Hed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"></iframe>
|
|
|
|
</div>
|
|
|
|
<div class="content">
|
|
|
|
<form>
|
|
|
|
Numer karty kredytowej i te dziwne cyferli z tyłu<input type="text">
|
|
|
|
</form>
|
|
|
|
<br>
|
|
|
|
<form>
|
|
|
|
Czy piwo to twoje paliwo?<textarea>Odpowiedź</textarea>
|
|
|
|
</form>
|
|
|
|
<br>
|
|
|
|
<form>
|
|
|
|
Kliknij
|
|
|
|
<select>
|
|
|
|
<option>tutaj</option>
|
|
|
|
<option>Piwo</option>
|
|
|
|
<option>To</option>
|
|
|
|
<option>Moje</option>
|
|
|
|
<option>Paliwo</option>
|
|
|
|
</select>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="page">
|
|
|
|
<embed src="https://bierhalle.pl/images/menu/bierhalle-menu-pl.pdf" width="150px" height="350px" >
|
|
|
|
<embed src="Piwo.txt" height="400px" width="150px">
|
|
|
|
</div>
|
|
|
|
<div id="stopa">
|
|
|
|
<a href="https://m.media-amazon.com/images/I/61+VIuo0LlL._AC_UF894,1000_QL80_.jpg"><img src="https://assets.albiononline.com/assets/images/header/logo.png?cb=2.115.1"
|
|
|
|
width="780px"
|
|
|
|
height="50px"></a>
|
|
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
--------------------------------
|
|
|
|
body{
|
|
|
|
background-image: url(https://i.redd.it/e0fkw8wmv6b61.jpg); background-size: cover; background-position: center;
|
|
|
|
}
|
|
|
|
#logo{
|
|
|
|
width: 400px;
|
|
|
|
height:100px;
|
|
|
|
background-color:azure;
|
|
|
|
font-size: 45px;
|
|
|
|
text-align: center;
|
|
|
|
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
|
|
|
|
color: rgb(70, 70, 70) ;
|
|
|
|
margin: 5px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
.page{
|
|
|
|
width: 150px;
|
|
|
|
height: 750px;
|
|
|
|
background-color:azure;
|
|
|
|
text-align: center;
|
|
|
|
float: left;
|
|
|
|
margin: 5px;
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
.content{
|
|
|
|
width: 480px;
|
|
|
|
height: 750px;
|
|
|
|
background-image:url("https://media.tenor.com/R5IECfIf34YAAAAd/fish-spinning.gif");
|
|
|
|
text-align: center;
|
|
|
|
float: left;
|
|
|
|
margin: 5px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
font-size: 20px;
|
|
|
|
color: gray
|
|
|
|
}
|
|
|
|
#stopa{
|
|
|
|
width: 790px;
|
|
|
|
height:60px;
|
|
|
|
background-color:azure;
|
|
|
|
text-align: center;
|
|
|
|
color: rgb(70, 70, 70) ;
|
|
|
|
clear: both;
|
|
|
|
margin: 5px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
.blok{
|
|
|
|
width: 800px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|