Last change
on this file was 0924b6c, checked in by Özkan İliyaz <iliyaz_96@…>, 4 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
526 bytes
|
Line | |
---|
1 | <meta charset="utf-8">
|
---|
2 | <meta name="csrf-token" content="{{ csrf_token() }}">
|
---|
3 | <meta name="viewport" content="width=device-width, maximum-scale=1.0, minimum-scale=1.0, initial-scale=1.0">
|
---|
4 |
|
---|
5 | <title>@yield('title')</title>
|
---|
6 |
|
---|
7 | <link href="https://fonts.googleapis.com/css?family=Rubik:400,500,700,900" rel="stylesheet">
|
---|
8 | <link rel="stylesheet" href="{{ asset("assets/css/bundle.css") }}" type="text/css">
|
---|
9 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
|
---|
Note:
See
TracBrowser
for help on using the repository browser.