Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Module 3.1 exercise
  • Loading branch information
slc12001 committed Feb 6, 2016
1 parent 9a77fe2 commit 470be60
Show file tree
Hide file tree
Showing 9 changed files with 581 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1 +1 @@
# module3.1
# module3
12 changes: 12 additions & 0 deletions browserconfig.xml
@@ -0,0 +1,12 @@
<?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>
3 changes: 3 additions & 0 deletions css/main.css
@@ -0,0 +1,3 @@
.purple{
color:purple;
}

0 comments on commit 470be60

Please sign in to comment.