Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mehendisil2004 authored Aug 19, 2024
1 parent 4c159fc commit a503b66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="/images/icon.png" />
<link rel="icon" href="images/icon.png" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Coquette Calculator</title>
Expand Down Expand Up @@ -41,7 +41,7 @@ <h3>₊⋆🎀𓍢ִ໋.</h3>
</div>
<style>
body {
background-image: url("/images/coquette.png");
background-image: url("images/coquette.png");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
Expand Down

0 comments on commit a503b66

Please sign in to comment.