Skip to content

Instantly share code, notes, and snippets.

@SucheG
Last active March 17, 2022 07:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SucheG/1e58335ecc76002fa9fc63b2c01ceb62 to your computer and use it in GitHub Desktop.
Save SucheG/1e58335ecc76002fa9fc63b2c01ceb62 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Titulek stránky</title>
</head>
<body>
<h1>Nadpis stránky</h1>
<p>Toto je <a href="http://example.com/">odkaz</a> v odstavci.</p>
<p>Další odstavec</p>
<!-- toto je komentář -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment