1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-05-06 14:41:02 -05:00

fix: removes an errand <body>-tag

also adds a new line at eof and trims some spaces
This commit is contained in:
Zoë 2025-05-02 00:48:42 +02:00
parent 1420d61892
commit c0e05c13e6
No known key found for this signature in database
GPG Key ID: B4CA6F5B4034F028

View File

@ -6,11 +6,11 @@
<meta name="theme-color" content="#c3639e" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
@yield('title')
@yield('title')
</title>
@if(isset($front) && $front == false)
<link rel="stylesheet" type="text/css" href="/assets/css/back/start.css?=sdfsdf">
@elseif(!isset($front) || $front == true)
@elseif(!isset($front) || $front == true)
<link rel="stylesheet" type="text/css" href="/assets/css/front/start.css?=sdfsdf">
@endif
@ -98,6 +98,5 @@
</div>
</footer>
</body>
</body>
</html>
</html>