Skip to content

Instantly share code, notes, and snippets.

@gergob
Created October 23, 2013 18:22
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 gergob/7123863 to your computer and use it in GitHub Desktop.
Save gergob/7123863 to your computer and use it in GitHub Desktop.
FLOSSzine - Programozás Kezdőkenk - Bevezető - Hello Világ!
<!DOCTYPE html>
<html>
<!-- HTML dokumentum fej része -->
<head>
<!-- Erre azért van szükség, hogy a böngésző meg tudja jeleníteni az ékezetes magyar betüket -->
<meta charset="utf-8">
<!-- Hivatkozunk a hello_vilag2.js kódfájlra -->
<script src="hello_vilag2.js" type="text/javascript"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment