html5_start
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>HTML5</title> | |
</head> | |
<body> | |
Content here... | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>HTML5</title> | |
</head> | |
<body> | |
Content here... | |
</body> | |
</html> |