uni los archivos de resources para menos transferencias

This commit is contained in:
Daniel Cortés
2019-10-16 18:37:55 -03:00
parent ec298fba05
commit 75d3a1f5ed
13 changed files with 3100 additions and 46 deletions

View File

@@ -7,7 +7,6 @@
<title>Daniel Cortés</title>
@show
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
<link href="{{ asset('css/prism.css') }}" rel="stylesheet">
</head>
<body>
<nav class="menu">
@@ -41,6 +40,5 @@
</div>
<script src="{{ asset('js/app.js') }}"></script>
<script src="{{ asset('js/prism.js') }}"></script>
</body>
</html>