diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 08:56:59 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 08:56:59 -0700 |
| commit | cf5dd6581e75a5947606e8f3ab2233e8b6978394 (patch) | |
| tree | eb4f1fcfac1344ead1f3eb4531944c6e64e24792 /html/main.html | |
| parent | 215aac15f443b6a924670a6a8a81da37b982d7f9 (diff) | |
Seperate some stuff
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"> |
