Skip to content

Instantly share code, notes, and snippets.

@ramuta
Created July 4, 2016 16:37
Show Gist options
  • Save ramuta/804034290c24df30037da47e3801f523 to your computer and use it in GitHub Desktop.
Save ramuta/804034290c24df30037da47e3801f523 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta name="keywords" content="avto, renault, audi">
<meta name="author" content="Matej Ramuta">
<meta name="description" content="Moja stran o avtih">
<title>moja super spletna stran</title>
<meta charset="UTF-8">
</head>
<body>
<h1>glavni naslov</h1>
<ul>
<li>prva točka</li>
<li>druga točka</li>
<li>tretja točka</li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment