Skip to content

Commit

Permalink
🐛 fix absolute routes
Browse files Browse the repository at this point in the history
  • Loading branch information
sandovaldavid committed Sep 3, 2024
1 parent 260cd3f commit 6b022a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions google/google-advance/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Google Advance</title>
<link rel="stylesheet" href="/google/styles/styles.css">
<link rel="stylesheet" href="../styles/styles.css">
</head>
<body>
<header>
<div class="nav-adv">
<img src="/google/google-logo.svg" alt="Google Logo" class="logo_2">
<a href="/google/index.html"><h4>Google</h4></a>
<img src="../google-logo.svg" alt="Google Logo" class="logo_2">
<a href="../index.html"><h4>Google</h4></a>
</div>
<h1>Advanced Search</h1>
</header>
Expand Down
6 changes: 3 additions & 3 deletions google/google-images/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Google Images</title>
<link rel="stylesheet" href="/google/styles/styles.css">
<link rel="stylesheet" href="../styles/styles.css">
</head>
<body>
<header>
<div>
<a href="/google/index.html"><h4>Google</h4></a>
<a href="../index.html"><h4>Google</h4></a>
</div>
</header>
<div>
<div>
<img src="/google/google-logo.svg" alt="Google Logo" class="logo">
<img src="../google-logo.svg" alt="Google Logo" class="logo">
<span>Images</span>
</div>
<form action="https://www.google.com/search">
Expand Down

0 comments on commit 6b022a3

Please sign in to comment.