intentando hacer cosas async, a ver si es mas rapido
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Daniel Cortés</title>
|
||||
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
|
||||
<link href="{{ asset('css/app.css') }}" rel="stylesheet" media="css" onload="this.media='all'">
|
||||
</head>
|
||||
<body>
|
||||
<nav class="menu">
|
||||
@@ -32,6 +32,6 @@
|
||||
@yield('content')
|
||||
</div>
|
||||
|
||||
<script src="{{ asset('js/admin.js') }}"></script>
|
||||
<script async src="{{ asset('js/admin.js') }}"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user