Ankur Kumar
2018-10-01 10:44:36 +05:30
committed by GitHub
parent ee8669a587
commit 3973fe7897

View File

@@ -1,5 +1,5 @@
<!doctype html> <!doctype html>
<html lang="{{ app()->getLocale() }}"> <html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">