Skip to content

Commit

Permalink
setup favicon and website name
Browse files Browse the repository at this point in the history
  • Loading branch information
j05u3 committed Jan 24, 2024
1 parent 870e526 commit 1790bf4
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
6 changes: 6 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
rel="stylesheet"
href="https://unpkg.com/[email protected]/animate.css"
/>
<link
rel="shortcut icon"
href="public/white-over-black.png"
type="icon/png"
sizes="32x32"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap"
Expand Down
18 changes: 16 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Flamboyant United Gull</title>
<meta property="og:title" content="Flamboyant United Gull" />
<title>sudowoodo-landing</title>
<meta
name="description"
content="devs and consultants with experience in development, launch, and scaling of apps that have served hundreds of thousands of customers"
/>
<meta property="og:title" content="sudowoodo-landing" />
<meta
property="og:description"
content="devs and consultants with experience in development, launch, and scaling of apps that have served hundreds of thousands of customers"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta property="twitter:card" content="summary_large_image" />
Expand Down Expand Up @@ -32,6 +40,12 @@
rel="stylesheet"
href="https://unpkg.com/[email protected]/animate.css"
/>
<link
rel="shortcut icon"
href="public/white-over-black.png"
type="icon/png"
sizes="32x32"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "flamboyant-united-gull",
"name": "sudowoodo-landing",
"version": "1.0.0",
"private": true,
"dependencies": {
Expand Down
Binary file added public/white-over-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1790bf4

Please sign in to comment.