diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-19 10:51:36 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-19 10:51:36 -0700 |
| commit | 56336ee3d5ec32647f6dbf35cf09f94a13795b60 (patch) | |
| tree | 5c519a352700e0241895d64d14b59b0cfd5c27d2 /html | |
| parent | 01b6e0d9b7b65b0612c3e0fe9c3f82672931b51f (diff) | |
Random fixes and updates
Diffstat (limited to 'html')
| -rwxr-xr-x[-rw-r--r--] | html/app.html | 15 | ||||
| -rwxr-xr-x[-rw-r--r--] | html/footer.html | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | html/header.html | 0 |
3 files changed, 11 insertions, 4 deletions
diff --git a/html/app.html b/html/app.html index b5e4d0d..a01ca45 100644..100755 --- a/html/app.html +++ b/html/app.html @@ -20,19 +20,26 @@ <html lang="en"> <head> <meta charset="UTF-8"> + <title>GNUfault.org</title> - <link rel="stylesheet" type="text/css" href="/css/all.css"> + <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)"> </head> <body ontouchstart> <div class="container"> - {{HEADER}} + {{header}} <div class="content"> - {{CONTENT}} + {{content}} </div> - {{FOOTER}} + {{footer}} </div> </body> </html> diff --git a/html/footer.html b/html/footer.html index 3a15050..3a15050 100644..100755 --- a/html/footer.html +++ b/html/footer.html diff --git a/html/header.html b/html/header.html index 5035bfa..5035bfa 100644..100755 --- a/html/header.html +++ b/html/header.html |
