Last active
May 29, 2017 06:31
-
-
Save andimariadi/cd02945c719c95de6d0df39dfac59b62 to your computer and use it in GitHub Desktop.
Belajar HTM & PHP – Membuat Website
This file contains 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 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