Skip to content

Commit

Permalink
stylize pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Komar committed Oct 10, 2024
1 parent f773311 commit b9bfd5d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My project SUPER</title>
</head>
<body>
<header>This HEADER</header>
<main>This MANE PART</main>
<body style="text-align: center;">
<br>
<header>header</header>
<br>
<main>main</main>
<br>
<footer>footer</footer>
</body>
</html>

0 comments on commit b9bfd5d

Please sign in to comment.