diff options
Diffstat (limited to 'html')
| -rwxr-xr-x | html/main.html (renamed from html/app.html) | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/html/app.html b/html/main.html index a01ca45..d4a3534 100755 --- a/html/app.html +++ b/html/main.html @@ -25,11 +25,14 @@ <link rel="icon" type="image/x-icon" href="/images/logos/taya.gif"> - <link rel="stylesheet" href="/css/{{device}}/body.css" media="(min-width: 768px)"> - <link rel="stylesheet" href="/css/{{device}}/content.css" media="(min-width: 768px)"> - <link rel="stylesheet" href="/css/{{device}}/header.css" media="(min-width: 768px)"> - <link rel="stylesheet" href="/css/{{device}}/footer.css" media="(min-width: 768px)"> - <link rel="stylesheet" href="/css/{{device}}/container.css" media="(min-width: 768px)"> + <link rel="stylesheet" href="/css/{{device}}/body.css"> + <link rel="stylesheet" href="/css/{{device}}/content.css"> + <link rel="stylesheet" href="/css/{{device}}/header.css"> + <link rel="stylesheet" href="/css/{{device}}/footer.css"> + <link rel="stylesheet" href="/css/{{device}}/container.css"> + <link rel="stylesheet" href="/css/{{device}}/button.css"> + <link rel="stylesheet" href="/css/{{device}}/input.css"> + <link rel="stylesheet" href="/css/{{device}}/login.css"> </head> <body ontouchstart> <div class="container"> |
