Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisanju authored Feb 22, 2024
1 parent b568640 commit 0ed641d
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 @@ -4,14 +4,14 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="styles/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://lisanju.github.io/styles/style.css">
<link rel="icon" href="https://lisanju.github.io/geoki-jiten/imgs/icone.png">
<link rel="stylesheet" href="styles/style.css">
<link rel="icon" href="imgs/icone.png">
<title>GEOki Jiten</title>
</head>
<body>
<header class="container mt-4 mb-4">
<div class="logo">
<img src="https://lisanju.github.io/geoki-jiten/imgs/logo.png" alt="logo">
<img src="imgs/logo.png" alt="logo">
</div>
</header>
<main class="container">
Expand All @@ -22,7 +22,7 @@
<div class="form-inputs">
<input class="form-control p-3" type="text" placeholder="Pesquise uma palavra...">
<a href="#">
<img src="https://lisanju.github.io/geoki-jiten/imgs/search.png" alt="search">
<img src="imgs/search.png" alt="search">
</a>
</div>
</div>
Expand All @@ -37,6 +37,6 @@
</div>
</footer>
<script src="scripts/bootstrap.bundle.min.js"></script>
<script src="https://lisanju.github.io/geoki-jiten/scripts/script.js"></script>
<script src="scripts/script.js"></script>
</body>
</html>

0 comments on commit 0ed641d

Please sign in to comment.