develop
Last change
on this file since 9141ace was 6f7d3df, checked in by beratkjufliju <kufliju@…>, 3 years ago |
bug fixes
|
-
Property mode
set to
100644
|
File size:
1018 bytes
|
Line | |
---|
1 | <!doctype html>
|
---|
2 | <html lang="en">
|
---|
3 | <head>
|
---|
4 | <meta charset="UTF-8">
|
---|
5 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
---|
6 | <meta http-equiv="X-UA-Compatible" content="ie=edge">
|
---|
7 | <title>SaveSpace</title>
|
---|
8 |
|
---|
9 | <!-- Favicon -->
|
---|
10 | <link rel="shortcut icon" href="{{ url('assets/media/images/favicon.png') }}"/>
|
---|
11 |
|
---|
12 | <!-- Plugin styles -->
|
---|
13 | <link rel="stylesheet" href="{{ url('vendors/bundle.css') }}" type="text/css">
|
---|
14 |
|
---|
15 | <!-- App styles -->
|
---|
16 | <link rel="stylesheet" href="{{ url('assets/css/app.min.css') }}" type="text/css">
|
---|
17 | @laravelPWA
|
---|
18 | </head>
|
---|
19 | <body class="form-membership">
|
---|
20 | <!-- begin::preloader-->
|
---|
21 | <div class="preloader">
|
---|
22 | <div class="preloader-icon"></div>
|
---|
23 | </div>
|
---|
24 | <!-- end::preloader -->
|
---|
25 |
|
---|
26 | <div class="form-wrapper">
|
---|
27 |
|
---|
28 | @yield('content')
|
---|
29 | @include("layouts.alert")
|
---|
30 |
|
---|
31 | </div>
|
---|
32 |
|
---|
33 | <!-- Plugin scripts -->
|
---|
34 | <script src="{{ url('vendors/bundle.js') }}"></script>
|
---|
35 |
|
---|
36 | <!-- App scripts -->
|
---|
37 | <script src="{{ url('assets/js/app.js') }}"></script>
|
---|
38 | @include("layouts.alert")
|
---|
39 | </body>
|
---|
40 | </html>
|
---|
41 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.