Skip to content

Commit

Permalink
Working With VSCode's Boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
shriekdj committed Feb 10, 2022
1 parent 94d448f commit 774d94e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello World</title>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>

0 comments on commit 774d94e

Please sign in to comment.