Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 203 Bytes

File metadata and controls

13 lines (10 loc) · 203 Bytes

Hello World

Below is my index.html code resource explained

<!DOCTYPE html><html>
<body>
    <title>Hello World</title>
    <p>My First Hello World Commited</p>
</body>

</html>