Created
July 4, 2016 16:37
-
-
Save ramuta/804034290c24df30037da47e3801f523 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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