Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drawing-app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sweng-group-15
drawing-app
Merge requests
!53
Fix icon compatibility with IOS
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix icon compatibility with IOS
ios-icon
into
master
Overview
1
Commits
1
Pipelines
1
Changes
1
Merged
Nayeem Rahman
requested to merge
ios-icon
into
master
5 years ago
Overview
1
Commits
1
Pipelines
1
Changes
1
Expand
@ml5717
Please review.
1
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
7da24d23
1 commit,
5 years ago
1 file
+
1
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
public/index.html
+
1
−
0
Options
@@ -4,6 +4,7 @@
@@ -4,6 +4,7 @@
<meta
charset=
"UTF-8"
/>
<meta
charset=
"UTF-8"
/>
<link
rel=
"manifest"
href=
"manifest.json"
/>
<link
rel=
"manifest"
href=
"manifest.json"
/>
<link
rel=
"shortcut icon"
href=
"logo.png"
/>
<link
rel=
"shortcut icon"
href=
"logo.png"
/>
<link
rel=
"apple-touch-icon"
href=
"logo.png"
/>
<link
rel=
"stylesheet"
href=
"styles.css"
/>
<link
rel=
"stylesheet"
href=
"styles.css"
/>
<link
<link
Loading