Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Commit

Permalink
Update html sample to pass W3C Markup Validation
Browse files Browse the repository at this point in the history
  • Loading branch information
06b authored Oct 2, 2017
1 parent 50405f3 commit 15b86cd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions hello_world.html
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hello World</title>
</head>
<body>
Hello World
</body>
</html>

0 comments on commit 15b86cd

Please sign in to comment.