File size: 229 Bytes
2a63a0e
 
5644019
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
<!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>