basic html
This commit is contained in:
parent
68e7c689ce
commit
ac9982c69b
1 changed files with 8 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue