Last active
March 10, 2019 01:38
-
-
Save wahyupambudi/7fb3ec872cd83de32bf6bedebaed5fe7 to your computer and use it in GitHub Desktop.
Material Blogger
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> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<title>Tag Awonapa</title> | |
<link rel="stylesheet" href=""> | |
</head> | |
<body> | |
<div> | |
<p> | |
<em>Hello!<em> | |
<b>Welcome to this website.</b> | |
<a href="http://google.com">Google Homepage</a> | |
</p> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment