Theme displaying themes

Theme displaying themes


Version JGM: 1,2.0

Problem:
Adding a ThemeRoller Theme to my project, does not display.

Steps :
1.      Created themes A, B, C 
2.      Down loaded to my download folder
3.      Moved the theme folder from download folder to my project.
4.      Wrote the Link to the themes folder to get theme.

My Code::
  1. <link rel="stylesheet" href="themes/marrisPizza.min.css" />
  2. <link rel="stylesheet" href="styles/myStyles.css">
  3. <link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
  4. <script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
  5. <script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>

Could you please tell me what I did wrong!
Thanks