mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
examples: avoid flash of unstyled content in the vweb_assets example
This commit is contained in:
@@ -17,3 +17,9 @@ img.logo {
|
||||
float: left;
|
||||
width: 10em;
|
||||
}
|
||||
|
||||
html {
|
||||
display:block;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user