diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-19 17:02:13 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-19 17:02:13 -0700 |
| commit | 3873cad7baf5d2f63b4399b7bfb0ec4d7d66adb9 (patch) | |
| tree | 32e2b8c18d08f1b891122b503fc0f45bb16594f8 /html | |
| parent | 90aab6db1cd794bd582bd6531b732c39846adae8 (diff) | |
Add signup and other stuff
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"> |
