diff options
| author | metamuffin <metamuffin@yandex.com> | 2022-01-24 20:01:23 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@yandex.com> | 2022-01-24 20:01:23 +0100 |
| commit | a22bdc3821bd53d8e3b198423db3f8d7e8e579f6 (patch) | |
| tree | 59ea451651bfcc95cf3956b4ffb5dc8c03c7b5a0 /public/index.html | |
| parent | 8cbe8e1a92fbf6531ff477b5dff11185c53fd12d (diff) | |
| download | keks-meet-a22bdc3821bd53d8e3b198423db3f8d7e8e579f6.tar keks-meet-a22bdc3821bd53d8e3b198423db3f8d7e8e579f6.tar.bz2 keks-meet-a22bdc3821bd53d8e3b198423db3f8d7e8e579f6.tar.zst | |
really fancy loggin + fonts on my own "cdn"
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/public/index.html b/public/index.html index 9817d6f..1ab2bee 100644 --- a/public/index.html +++ b/public/index.html @@ -8,14 +8,7 @@ <link rel="stylesheet" href="/style/master.css" /> <title>keks webrtc meeting</title> - <style> - * { - margin: 0px; - padding: 0px; - } - </style> </head> - <body> - </body> + <body></body> </html> |