Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
renamed icons to icon because why not
Browse files Browse the repository at this point in the history
  • Loading branch information
sthivaios committed Jan 28, 2024
1 parent 29fe814 commit 1e72027
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions web-frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<title>Kioydioshort</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link rel="icon" href="./icons/128.png">
<link rel="icon" href="./icon/128.png">
</head>
<body>

<div id="parent">
<div id="inputdetails">
<a id="header" href="https://kioydioshort.kioydiolabs.org/">
<img src="./icons/32.png"><p id="kstext">Kioydioshort</p>
<img src="./icon/32.png"><p id="kstext">Kioydioshort</p>
</a>
<div id="hr"></div>
<input id="url" placeholder="URL to shorten :"><br>
Expand Down
2 changes: 1 addition & 1 deletion web-frontend/privacy-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Kioydioshort</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link rel="icon" href="./icons/128.png">
<link rel="icon" href="./icon/128.png">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion web-frontend/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ body{
text-align: center;
color: white;
font-family: Arial;
background-image: url(./icons/sunrise.png);
background-image: url(./icon/sunrise.png);
background-position: center;
background-attachment: fixed;
background-size: cover;
Expand Down

0 comments on commit 1e72027

Please sign in to comment.