fantastic-garbanzo/Redditlikepost1.HTML
2023-07-20 20:36:02 +02:00

13 lines
196 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Post1</title>
</head>
<header>
<h1>Prvi post</h1>
<nav>
<ul>
<li>hello</li>
</ul>
</nav>
</header>