100-Days-Of-Code/Visual Studio Code Projects/Day-57/templates/index.html

11 lines
166 B
HTML

<html lang="en">
<head>
<meta charset="UTF8">
<title>My Website</title>
</head>
<body>
<h1>
Hello World!
</h1>
</body>
</html>