Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change directory tile files and add metatags links #1556

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Include your project-specific ignores in this file
# Read about how to use .gitignore: https://help.github.com/articles/ignoring-files
*.DS_Store

This comment was marked as abuse.

.gitignore

This comment was marked as abuse.

This comment was marked as abuse.

8 changes: 4 additions & 4 deletions browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="tile.png"/>
<square150x150logo src="tile.png"/>
<wide310x150logo src="tile-wide.png"/>
<square310x310logo src="tile.png"/>
<square70x70logo src="img/tiles/tile.png"/>
<square150x150logo src="img/tiles/tile.png"/>
<wide310x150logo src="img/tiles/tile-wide.png"/>
<square310x310logo src="img/tiles/tile.png"/>

This comment was marked as abuse.

This comment was marked as abuse.

</tile>
</msapplication>
</browserconfig>
File renamed without changes
File renamed without changes
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="msapplication-config" content="browserconfig.xml" />

This comment was marked as abuse.

<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">

Expand Down