Skip to content

Instantly share code, notes, and snippets.

/index.php Secret

Created April 12, 2017 13:58
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 anonymous/d75419faa88419511bddbb7314e9382f to your computer and use it in GitHub Desktop.
Save anonymous/d75419faa88419511bddbb7314e9382f to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="utf-8">
<title>Nazwa strony</title>
<meta http-equiv="x-ua-compatible" content="IE=edge, chrome=1">
<meta name="description" content="Strona">
<meta name="keywords" content="slowa, kluczowe">
<meta name="author" content="Clerynka">
<link rel="stylesheet" href="style.css">
<!--<script source="js.src"></script> -->
</head>
<body>
<div class="pudlo">
<div class="logo">logo</div>
<div class="nav">nav</div>
<div class="main">content</div>
<div class="tabela">tabela</div>
<div class="footer">stopka</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment