<!doctype html> <html lang="{{ str_replace('_', '-', app()->getLocale()) }}"> <head> <meta charset="utf-8"> <!-- <meta name="viewport" content="width=device-width, initial-scale=1"> --> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui"> <meta name="csrf-token" content="{{ csrf_token() }}"> <title>CO-OP Search</title> <link rel="shortcut icon" href="{{ asset('img/logotab.png') }}" type="image/x-icon"> <!-- Fonts --> <link href="https://fonts.googleapis.com/css?family=Nunito:200,600" rel="stylesheet"> <link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet"> <link rel="stylesheet" href="{{ asset('css/app.css') }}"> <!-- Styles --> <style> html, body { /* background-color: #f9f9f9; */ color: #636b6f; font-family: 'Nunito', sans-serif; font-weight: 200; } </style> </head> <body> <div id="app"></div> <script src="{{ asset('js/app.js') }}"></script> </body> </html>