28 lines
564 B
HTML
28 lines
564 B
HTML
<!DOCTYPE html>
|
|
<html lang="">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Widget kontakty wordpress
|
|
</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
<div>
|
|
<p>Kontakt:</p>
|
|
|
|
<p><strong>Adresa:</strong> vaše adresa </p>
|
|
|
|
<p><strong>Telefon:</strong> váš telefon </p>
|
|
|
|
<p><strong>E-mail:</strong> <a href=“#“> váš@e-mail.cz </a></p>
|
|
|
|
<p><strong>IČO:</strong> vaše ičo </p>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|
|
|
|
<!-- https://lukan.cz/2022/05/jak-jednoduse-vytvorit-widget-kontakty-ve-wordpressu/ --> |