Skip to content

Instantly share code, notes, and snippets.

@creyn

creyn/index.html Secret

Created August 25, 2018 13:57
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 creyn/fc1e51ea240f0b6dff6759a53403c9b2 to your computer and use it in GitHub Desktop.
Save creyn/fc1e51ea240f0b6dff6759a53403c9b2 to your computer and use it in GitHub Desktop.
Droga Programisty : Kod : Przykład strony HTML
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Adam Mickiewicz, Pan Tadeusz</title>
</head>
<body style="background: url('bck_paper.jpeg') no-repeat no-repeat fixed;background-size: cover;text-align: center;">
<h2 style="padding-top: 20px">PAN</h2>
<h1>TADEUSZ</h1>
<h4>czyli</h4>
<h3>ostatni Zajazd na Litwie</h3>
Litwo! Ojczyzno moja! Ty jesteś jak zdrowie. Ile Cię trzeba cenić, ten tylko się dowie, Kto Cię stracił. Dziś piękność Twą
w całej ozdobie Widzę i opisuję, bo tęsknię po Tobie. ...
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment