Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
119c79d6
Unverified
Commit
119c79d6
authored
Sep 21, 2021
by
Moody Salem
Committed by
GitHub
Sep 21, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: improve the meta tags (#2412)
parent
cc9650b7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.html
public/index.html
+2
-2
No files found.
public/index.html
View file @
119c79d6
...
...
@@ -4,7 +4,7 @@
<meta
charset=
"utf-8"
/>
<title>
Uniswap Interface
</title>
<meta
name=
"description"
content=
"
Uniswap Interface
"
/>
<meta
name=
"description"
content=
"
Swap or provide liquidity on the Uniswap Protocol
"
/>
<!--
%PUBLIC_URL% will be replaced with the URL of the `public` folder during build.
...
...
@@ -14,7 +14,7 @@
<link
rel=
"apple-touch-icon"
sizes=
"192x192"
href=
"%PUBLIC_URL%/images/192x192_App_Icon.png"
/>
<link
rel=
"apple-touch-icon"
sizes=
"512x512"
href=
"%PUBLIC_URL%/images/512x512_App_Icon.png"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1
.0, maximum-scale=1.0, user-scalable=no
"
/>
<meta
name=
"theme-color"
content=
"#ff007a"
/>
<meta
name=
"fortmatic-site-verification"
content=
"j93LgcVZk79qcgyo"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment