mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-09 16:08:01 -05:00
The `dist/` directory is added in order to allow even less experienced users (users that may not want to deal with the build script) to get the latest changes, namely, what is in the `master` branch, but is not yet released.
13 lines
416 B
XML
13 lines
416 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Please read: http://msdn.microsoft.com/en-us/library/ie/dn455106.aspx -->
|
|
<browserconfig>
|
|
<msapplication>
|
|
<tile>
|
|
<square70x70logo src="tile.png"/>
|
|
<square150x150logo src="tile.png"/>
|
|
<wide310x150logo src="tile-wide.png"/>
|
|
<square310x310logo src="tile.png"/>
|
|
</tile>
|
|
</msapplication>
|
|
</browserconfig>
|