Metaphysicist's picture
index.html
3093831
raw
history blame contribute delete
412 Bytes
<!DOCTYPE html>
<html>
<head>
<title>My Web Page</title>
<link rel="shortcut icon" href="#">
</head>
<body>
<h1>Welcome to My Web Page</h1>
<p>This is a simple web page created using HTML.</p>
<h2>About Me</h2>
<p>I am a web developer learning HTML.</p>
<h2>My Hobbies</h2>
<ul>
<li>Reading</li>
<li>Hiking</li>
<li>Coding</li>
</ul>
</body>
</html>