Skip to content

Instantly share code, notes, and snippets.

@Zemaaan
Created October 3, 2019 13:47
Show Gist options
  • Save Zemaaan/3d2abfe6e650aaac7b187c630ffac242 to your computer and use it in GitHub Desktop.
Save Zemaaan/3d2abfe6e650aaac7b187c630ffac242 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>
Moja stranica
</title>
<meta charset="UTF-8">
</head>
<body>
<h1>Naslov</h1>
<?php
echo "<p> Moja prva PHP stranica </p>" ?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment