mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-16 10:23:08 +00:00
fade in on home page to prevent html loading before css
This commit is contained in:
@@ -16,6 +16,14 @@
|
||||
|
||||
gtag('config', 'AW-16702609763');
|
||||
</script>
|
||||
|
||||
<style>
|
||||
body {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
transition: opacity 0.3s ease;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user