Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
fix: FOUC
Browse files Browse the repository at this point in the history
  • Loading branch information
SvMak committed Jan 27, 2024
1 parent c4d8df4 commit 8f16be5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/main.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<html class="no-js" lang="en" data-bs-theme="light"> <!--<![endif]-->
@includes.header(title, request)
<body>
@includes.scripts()
<!-- @includes.forkme() -->
<div class="d-flex flex-column min-vh-100">
<div class="bg-page"></div>
Expand All @@ -20,7 +21,5 @@
</div>
@includes.footer()
</div>

@includes.scripts()
</body>
</html>

0 comments on commit 8f16be5

Please sign in to comment.