Skip to content

Commit

Permalink
feat: add favicon and update title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardogruppelli committed Oct 3, 2022
1 parent 727837c commit 0a27855
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
13 changes: 11 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,23 @@
<head>
<meta charset="UTF-8" />

<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<link
rel="icon"
type="image/x-icon"
href="/favicon.ico"
/>

<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>

<title>Cubes</title>
<title>Cubes — Leonardo Gruppelli</title>

<meta
name="description"
content="Animated cubes made with Three.js (TroisJS) and anime.js"
/>
</head>

<body>
Expand Down
Binary file added public/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion public/vite.svg

This file was deleted.

0 comments on commit 0a27855

Please sign in to comment.