16 lines
349 B
HTML
16 lines
349 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title> Deez nuts </title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1 class='title'>Tohle je přepadení.</h1>
|
|
<p class='text'>Text</p>
|
|
<h3>Kontakt</h3>
|
|
<p class='contact'>
|
|
Osobní mail: matus1@pull.cz<br>
|
|
Github: <a href=github.com/matuush>Matuush</a>
|
|
</p>
|
|
</body>
|
|
</html>
|