Adding minimal example for WebApplication and TelegramBot side-by-side

This commit is contained in:
FlorianDahn
2023-09-09 18:28:39 +02:00
parent be7d31ca69
commit 5af308da33
79 changed files with 74486 additions and 2 deletions
@@ -0,0 +1,18 @@
html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
}