2個のファイルの変更、19行の追加、20行の削除
@ -1,26 +1,26 @@
|
||||
<!DOCTYPE html> |
||||
<html lang="{{ app()->getLocale() }}"> |
||||
<head> |
||||
<meta charset="utf-8"> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"> |
||||
<head> |
||||
<meta charset="utf-8"> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"> |
||||
|
||||
<!-- CSRF Token --> |
||||
<meta name="csrf-token" content="{{ csrf_token() }}"> |
||||
<!-- CSRF Token --> |
||||
<meta name="csrf-token" content="{{ csrf_token() }}"> |
||||
|
||||
<title>{{ config('app.name', 'Laravel') }}</title> |
||||
<title>{{ config('app.name', 'Laravel') }}</title> |
||||
|
||||
<style> |
||||
body { |
||||
background: url('/img/bash/81004208_p0.jpg') no-repeat; |
||||
background-position: center 25%; |
||||
} |
||||
</style> |
||||
</head> |
||||
<body> |
||||
<style> |
||||
body { |
||||
background: url('/img/bash/81004208_p0.jpg') no-repeat; |
||||
background-position: center 25%; |
||||
} |
||||
</style> |
||||
</head> |
||||
<body> |
||||
@yield('content') |
||||
|
||||
<!-- Scripts --> |
||||
<script src="{{ asset('js/app.js') }}"></script> |
||||
</body> |
||||
<!-- Scripts --> |
||||
<script src="{{ asset('js/app.js') }}"></script> |
||||
</body> |
||||
</html> |
||||
|
読み込み中…
新しいイシューから参照