Skip to content

Commit

Permalink
added favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
kzRoB committed Nov 28, 2024
1 parent b6b8514 commit 379f5a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added landing-page/images/favicon.ico
Binary file not shown.
5 changes: 5 additions & 0 deletions landing-page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
<html lang="en">
<head>
<title>kzRoB | Home</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="stylesheet" href="style.css">
<script defer src="index.js"></script>
</head>
Expand All @@ -19,6 +22,7 @@
<a href="/calculator/index.html">Calculator</a>
</div>
</div>

<div class="main hero">
<div class="heroText">
<h1>kzRoB's very cool Website</h1>
Expand All @@ -29,6 +33,7 @@ <h1>kzRoB's very cool Website</h1>
<img src="images/ArbitraryMayhem.png" alt="image">
</div>
</div>

<div class="footer noLinkFormat">
Copyright © 2024 kzRoB
</div>
Expand Down

0 comments on commit 379f5a2

Please sign in to comment.