diff options
Diffstat (limited to 'html/main.html')
| -rwxr-xr-x | html/main.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/html/main.html b/html/main.html index d4a3534..690d257 100755 --- a/html/main.html +++ b/html/main.html @@ -25,14 +25,7 @@ <link rel="icon" type="image/x-icon" href="/images/logos/taya.gif"> - <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"> + {{stylesheets}} </head> <body ontouchstart> <div class="container"> |
