Skip to content

Commit

Permalink
Adding favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
relferreira committed Mar 8, 2019
1 parent 2430852 commit b9c5966
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
Binary file added ui/assets/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ui/assets/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ui/assets/favicon.ico
Binary file not shown.
18 changes: 18 additions & 0 deletions ui/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
<html>
<body>
<head>
<title>KubeDev</title>
<link
rel="shortcut icon"
href="./assets/favicon.ico"
type="image/x-icon"
/>
<link
rel="shortcut icon"
type="image/png"
sizes="32x32"
href="./assets/favicon-32x32.png"
/>
<link
rel="shortcut icon"
type="image/png"
sizes="16x16"
href="./assets/favicon-16x16.png"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://fonts.googleapis.com/css?family=Roboto+Mono"
Expand Down

0 comments on commit b9c5966

Please sign in to comment.