Skip to content

Instantly share code, notes, and snippets.

@andimariadi
Last active May 29, 2017 06:31
Show Gist options
  • Save andimariadi/cd02945c719c95de6d0df39dfac59b62 to your computer and use it in GitHub Desktop.
Save andimariadi/cd02945c719c95de6d0df39dfac59b62 to your computer and use it in GitHub Desktop.
Belajar HTM & PHP – Membuat Website
<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”utf-8″>
<meta http-equiv=”X-UA-Compatible” content=”IE=edge”>
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
<title>Ayo Membuat website pemulabelajar.com</title>
</head>
<body>
<p>Hello world</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment