html5/html-author/examples example01.html,NONE,1.1

Update of /sources/public/html5/html-author/examples
In directory hutz:/tmp/cvs-serv19083/examples

Added Files:
	example01.html 
Log Message:
Started filling out Getting Started section, Added examples directory for associated markup examples

--- NEW FILE: example01.html ---
<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<title>Example 01</title>
	</head>
	<body>
		<p>This is my first document.</p>
	</body>
</html>

Received on Thursday, 29 January 2009 15:54:25 UTC