Skip to content

Instantly share code, notes, and snippets.

@easonhan007
Last active December 17, 2015 05:59
Show Gist options
  • Save easonhan007/5562123 to your computer and use it in GitHub Desktop.
Save easonhan007/5562123 to your computer and use it in GitHub Desktop.
最简单的html
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>我的第一个html文档</title>
</head>
<body>
<p>你好,html</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment