Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wshick committed Sep 20, 2024
1 parent 71c58e4 commit 7e5c298
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width"/>
<title>My Super Cool Website!</title>
<title>Will Shick Portfolio</title>
<meta name="description" content="The description of the website">
<link rel="stylesheet" href="style.css"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>

<header>
<p>✨My Super Cool Website!✨</p>
<p>Will Shick Portfolio</p>
</header>

<main>
Expand All @@ -21,7 +21,7 @@
</main>

<footer>
<p>&copy; Copyright 2050 by nobody. All rights reversed.</p>
<p>&copy; Copyright 2024 Will Shick. All rights reserved.</p>
</footer>
</body>
</html>

0 comments on commit 7e5c298

Please sign in to comment.