name changes images

master
ada 2 months ago
parent 062f4d1915
commit 43ea2c07cc

BIN
temp/.DS_Store vendored

Binary file not shown.

@ -8,21 +8,21 @@
<link rel="stylesheet" href="../css/fonts.css">
<script src="script.js" defer></script>
<script src="../js/jquery.js"></script>
<link rel="icon" type="image/x-icon" href="/images/hand.webp">
<link rel="icon" type="image/x-icon" href="/photos/hand.webp">
</head>
</head>
<body>
<!-- nav -->
<a href="/index.html" target="_self">
<img id="home" src="../images/home-closed.png" alt="home">
<img id="home" src="../photos/home-closed.png" alt="home">
</a>
<div id="about">
<div onclick="openLetter()"><img id="about" src="../images/closed-crow.png" alt="home"></div>
<div onclick="openLetter()"><img id="about" src="../photos/closed-crow.png" alt="home"></div>
</div>
<div id="letterBox" class="letterBox" style="display:none">
<div id="closeButton" onClick='closeLetter()'><img src="../images/close-blue.png" alt="Close" width="40" height="auto"></div>
<div id="closeButton" onClick='closeLetter()'><img src="../photos/close-blue.png" alt="Close" width="40" height="auto"></div>
<div id="letterContents"></div>
</div>

Loading…
Cancel
Save