|
|
|
@ -5,14 +5,13 @@
|
|
|
|
|
<title>Movie finder</title> |
|
|
|
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no"> |
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes"> |
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> |
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black"> |
|
|
|
|
|
|
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../dist/touch-icons/apple-touch-icon-114x114.png"> |
|
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../dist/touch-icons/apple-touch-icon-72x72.png"> |
|
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../dist/touch-icons/apple-touch-icon-57x57.png"> |
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="../../dist/ratchet.css"> |
|
|
|
|
<link rel="stylesheet" href="../../dist/theme-classic.css"> |
|
|
|
|
<link rel="stylesheet" href="css/app.css"> |
|
|
|
|
<script src="../../dist/ratchet.js"></script> |
|
|
|
|
|
|
|
|
|