basic html

This commit is contained in:
Matuush 2023-12-03 18:01:46 +01:00
parent 68e7c689ce
commit ac9982c69b

View file

@ -1,9 +1,16 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<title> Deez nuts </title> <title> Deez nuts </title>
</head> </head>
<body> <body>
Tohle je přepadení. <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> </body>
</html> </html>