Adding responsive meta

This commit is contained in:
Axel 2023-05-17 23:14:43 +02:00
parent 2b114b8622
commit 385e123c50
Signed by: axel
GPG key ID: 73C0A5961B6BC740

View file

@ -1,6 +1,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> <title>
@hasSection('page_title') @hasSection('page_title')
@yield('page_title') - @yield('page_title') -