Skip to content

Commit

Permalink
add task solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Petya Bambova committed Jan 9, 2025
1 parent 41dde05 commit 163bd39
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Mate academy</title>
<link
rel="stylesheet"
href="style.css"
<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>
<div>Hello, world!</div>
Hello, world!
</body>
</html>

0 comments on commit 163bd39

Please sign in to comment.