Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
RealNath committed Mar 2, 2024
1 parent 10ecce7 commit f6543b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<header>
<nav>
<ul class="hamMenu">
<li class="logo"><img src="icon.png" width="50"></li>
<li class="logo"><a href="/"><img src="icon.png" width="50"></li></a>
<input type="checkbox" id="check">
<span class="menu">
<li><a href="/">HOME</a></li>
Expand Down
2 changes: 1 addition & 1 deletion credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<header>
<nav>
<ul class="hamMenu">
<li class="logo"><img src="icon.png" width="50"></li>
<li class="logo"><a href="/"><img src="icon.png" width="50"></li></a>
<input type="checkbox" id="check">
<span class="menu">
<li><a href="/">HOME</a></li>
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="icon.png" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<header>
<nav>
<ul class="hamMenu">
<li class="logo"><img src="icon.png" width="50"></li>
<li class="logo"><a href=""><img src="icon.png" width="50"></li></a>
<input type="checkbox" id="check">
<span class="menu">
<li><a href="" onclick="return false;">HOME</a></li>
Expand Down

0 comments on commit f6543b1

Please sign in to comment.