Skip to content

Commit

Permalink
Format index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Euphrasiologist committed Sep 30, 2024
1 parent f7bd131 commit f141a2a
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Coding Club</title>

</head>
<body>
<h1>Welcome</h1>
<p>Hello everyone this is the newly created Website for the Coding Club, enjoy.
</p>
</body>
</html>

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Coding Club</title>

</head>

<body>
<h1>Welcome</h1>
<p>Hello everyone this is the newly created Website for the Coding Club, enjoy.
</p>
</body>

</html>

0 comments on commit f141a2a

Please sign in to comment.