Added mobile viewport tag
All checks were successful
Cargo Build & Test / Push to container registry (push) Successful in 2m29s
All checks were successful
Cargo Build & Test / Push to container registry (push) Successful in 2m29s
This commit is contained in:
@@ -4,6 +4,7 @@ pub fn empty(content: Markup, name: &str) -> Markup {
|
||||
html! {
|
||||
(DOCTYPE)
|
||||
head {
|
||||
meta name="viewport" content="width=device-width, initial-scale=1.0" {}
|
||||
script src="/assets/lib/htmx.min.js" { }
|
||||
script defer src="/assets/lib/alpine.min.js" { }
|
||||
script src="/assets/js/play.js" {}
|
||||
|
Reference in New Issue
Block a user