Skip to content

Commit

Permalink
add a basic structure to the html document
Browse files Browse the repository at this point in the history
  • Loading branch information
yullitv committed Jun 19, 2024
1 parent 7edaa93 commit 8bb7eb2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
<h1>Hello world!</h1>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Hello world!</h1>
</body>
</html>

0 comments on commit 8bb7eb2

Please sign in to comment.