view run/html_comment_01.html @ 23:32125cf81a59

set svn:eol-stlye properties
author thomask
date Sat, 09 Oct 2004 08:48:02 +0000
parents 33a25c1e1cfc
children
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
	<head><title>html_comment_01</title></head>
	<body>
		<pre><CODE>
int main(){ 
<!-- das ist ein Kommentar -->
	return 0;
}
		</CODE></pre>
	</body>
</html>