Skip to content

Commit 232e543

Browse files
Update index.html
1 parent 9a76e1b commit 232e543

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

geofs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>KittenFilms/GeoFS</title>
6-
<link rel="icon" href="../youtube/images/kitten_films.png" sizes="32x32">
7-
<link rel="stylesheet" href="../youtube/index.css" id="style">
6+
<link rel="icon" href="/youtube/images/kitten_films.png" sizes="32x32">
7+
<link rel="stylesheet" href="/youtube/index.css" id="style">
88
<meta name="description" content="Contact us">
99
<meta name="author" content="Noah S. Davidson">
1010
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -14,7 +14,7 @@
1414
<!--<script src="scripts.js"></script>-->
1515
<center>
1616
<div class="cat">
17-
<img src="../youtube/images/kitten_films.png" width="92" height="71" alt="Logo"/>
17+
<img src="/youtube/images/kitten_films.png" width="92" height="71" alt="Logo"/>
1818
<table>
1919
<tbody>
2020
<tr>
@@ -29,7 +29,7 @@
2929
</div>
3030
<!--Bottom bar-->
3131
<div class="bottom">
32-
<img src="../youtube/images/bottom.png" alt="Footer" class="bottomImage" usemap="#Map"/>
32+
<img src="/youtube/images/bottom.png" alt="Footer" class="bottomImage" usemap="#Map"/>
3333
<map name="Map">
3434
<area shape="circle" coords="54,50,40" href="https://www.youtube.com/@KittenApps-Films" target="_blank">
3535
</map>

0 commit comments

Comments
 (0)