Skip to content

Commit

Permalink
Hello world
Browse files Browse the repository at this point in the history
  • Loading branch information
erikasan committed Oct 15, 2020
1 parent 907afdf commit fa99ef5
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions hello_world.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>


<!-- This is a comment -->

<!-- This is a multiline comment.
It will not be rendered. -->


<html>

<head>
<meta charset="UTF-8">

<!-- Browser window title -->
<title>A title for the browser window</title>
</head>

<body>
<p>Hello world!</p>
</body>

</html>

0 comments on commit fa99ef5

Please sign in to comment.