Files
Webovky/katebartova/index.html
Hiromi d22c50b47b Mmmm
2023-08-26 20:38:44 +02:00

41 lines
751 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Ahoj Matousi</title>
<meta charset="utf-8">
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
margin-top: 150px;
}
h1 {
font-size: 36px;
color: #333;
}
p {
font-size: 18px;
color: #666;
margin-top: 20px;
}
.button {
display: inline-block;
padding: 10px 20px;
background-color: #4CAF50;
color: #fff;
text-decoration: none;
border-radius: 4px;
font-size: 16px;
margin-top: 30px;
}
</style>
</head>
<body>
<h1>Mám ráda sex</h1>
<p>Ahoj miláčku.</p>
<p>Jsi skvelý v posteli.</p>
<p>Záleží mi na tobě</p>
<p>Jsem navždy tvá.</p>
</body>
</html>