Skip to content

Commit

Permalink
add favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Nov 27, 2023
1 parent 4c5d4b6 commit 646f32e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
Binary file added docs/assets/apple-touch-icon.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 docs/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 docs/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.
3 changes: 3 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<meta name="keywords" content="rails, actioncable, websocket, anycable, grpc, ruby, erlang, golang" />
<meta name="theme-color" content="#000000" />
<meta name="view-transition" content="same-origin" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png"/>
<link rel="icon" type="image/png" href="/assets/favicon-32x32.png" sizes="32x32"/>
<link rel="icon" type="image/png" href="/assets/favicon-16x16.png" sizes="16x16"/>
<link rel="stylesheet" href="/assets/vue.min.css">
<link rel="stylesheet" href="/assets/styles.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css"/>
Expand Down

0 comments on commit 646f32e

Please sign in to comment.