Skip to content

Commit

Permalink
Logo addition
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadanand Pai committed Jul 13, 2023
1 parent f3b73f5 commit 617798f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Frontend mini Challenges</title>
<meta name="title" content="Frontend Mini Challenges" />
<meta
name="description"
content="Frontend Mini Challenges is a collection of frontend interview coding challenges"
/>
</head>
<body>
<script>
Expand Down
1 change: 1 addition & 0 deletions native/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion react/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Frontend Mini Challenges</title>
<meta name="title" content="Frontend Mini Challenges" />
Expand Down
1 change: 1 addition & 0 deletions react/public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion react/public/vite.svg

This file was deleted.

0 comments on commit 617798f

Please sign in to comment.