Skip to content

Commit

Permalink
add logo tab
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedtalhaouii authored Oct 17, 2024
1 parent 883c610 commit dc2cf9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Binary file added Images/Logo-IOS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<title>iOS | Calculator by Talhaoui</title>
<link href="/Images/Logo-IOS.png" rel="shortcut icon"/>
<link href="/Images/Logo-IOS.png" rel="apple-touch-icon"/>
</head>
<body>
<div class="container">
<div class="container">

<div class="result">
<input id="input" disabled="disabled" value="0">
</div>
</div>

<div class="buttons">
<button class="item item1 clear ">AC</button>
Expand All @@ -31,7 +33,7 @@
<button class="item itemZero numbers ">0</button>
<button class="item comma ">,</button>
<button class="item item2 operation equal">=</button>
</div>
</div>

</div>
</body>
Expand Down

0 comments on commit dc2cf9f

Please sign in to comment.