examples: avoid flash of unstyled content in the vweb_assets example
parent
3bae489e35
commit
178afd006b
|
@ -17,3 +17,9 @@ img.logo {
|
|||
float: left;
|
||||
width: 10em;
|
||||
}
|
||||
|
||||
html {
|
||||
display:block;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<html>
|
||||
<header>
|
||||
<title>@title</title>
|
||||
<style>html{display:none}</style>
|
||||
@css 'index.css'
|
||||
</header>
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue