Skip to content

Commit

Permalink
Fixed directories
Browse files Browse the repository at this point in the history
  • Loading branch information
eh1951 committed Feb 23, 2020
1 parent 71e1883 commit 216c87b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,29 @@
<head>

<title>KittyGram</title>
<link rel="stylesheet" href="./CSS/main.css">
<link rel="stylesheet" href="./css/main.css">
<link rel="icon" href="./images/purple-cat.png">
</head>
<body>
<div id="container">
<header id="container">

<img id="logoLeft" src="./images/kitty.jpg" alt="cat logo">

<div id="siteName"><h1>KittyGram</h1></div>

<img id="logoRight" src="./images/kitty.jpg" alt="cat logo">
</div>
</header>



<div id="loginMenu">
<nav id="loginMenu">
<div id="signup">
<a href="signup.html"><p>Signup</p></a>
</div>
<div id="login">
<a href="login.html"><p>Login</p></a>
</div>
</div>
</nav>


<section id="info">
Expand Down

0 comments on commit 216c87b

Please sign in to comment.