kenken999's picture
test
e130729
raw
history blame
196 Bytes
<!DOCTYPE html>
<html>
<head>
<title>My First HTML Sample</title>
</head>
<body>
<h1>Welcome to my first HTML sample!</h1>
<p>This is a paragraph of text.</p>
</body>
</html>