Last active
May 12, 2016 23:23
-
-
Save jO-Osko/06edc9311c44e5a1b46e0ea6d34d32a0 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 charset="UTF-8"> | |
<title>Moja spletna stran</title> | |
</head> | |
<body> | |
<h1>Moja prva spletna stran</h1> | |
<p>Tukaj bodo šumniki</p> | |
<p>Še melo texts</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment