Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraosantos committed Oct 30, 2024
1 parent 63f3cfc commit 7013e4c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Meu Site</title>
</head>
<body>
<h1>Hello World</h1>
<p>I'm hosted with Github Pages.</p>
</body>
</html>

0 comments on commit 7013e4c

Please sign in to comment.