forked from AkkomaGang/akkoma-fe
Prevent FOUC.
This commit is contained in:
parent
ea03f3935e
commit
d7c9261dab
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
<link rel="stylesheet" href="/static/font/css/fontello.css">
|
<link rel="stylesheet" href="/static/font/css/fontello.css">
|
||||||
<link rel="stylesheet" href="/static/font/css/animation.css">
|
<link rel="stylesheet" href="/static/font/css/animation.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body style="display: none">
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
<!-- built files will be auto injected -->
|
<!-- built files will be auto injected -->
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue