jack / index.html
ewnewq's picture
Update index.html
5644019
raw
history blame contribute delete
229 Bytes
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
</head>
<body>
<h1>Welcome to my website!</h1>
<p>This is my first webpage. It's a bit boring, but I'm learning how to make websites!</p>
</body>
</html>