diff options
author | Marvin Borner | 2019-04-17 22:51:05 +0200 |
---|---|---|
committer | Marvin Borner | 2019-04-17 22:51:05 +0200 |
commit | ff8f11091a530358ef600eedf00c21e90efe62d3 (patch) | |
tree | 5ec11bbcecb0b9c1f3db7fe91e8ff97943357a4d /src/main/resources/views/layout.rocker.html | |
parent | 6051112b2811b197a32940a2aa7ffa48b7501ea0 (diff) |
Fixed and improved frontend
Co-authored-by: LarsVomMars <lars@kroenner.eu>
Diffstat (limited to 'src/main/resources/views/layout.rocker.html')
-rw-r--r-- | src/main/resources/views/layout.rocker.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/resources/views/layout.rocker.html b/src/main/resources/views/layout.rocker.html index f292e24..3e3fb5e 100644 --- a/src/main/resources/views/layout.rocker.html +++ b/src/main/resources/views/layout.rocker.html @@ -13,8 +13,9 @@ <title>@title</title> </head> <body> -@content - +<div class="main"> + @content +</div> <script src="/js/prefetch.js"></script> @js </body> |