alpakas-theme/content/includes/css.blade.php

5 lines
148 B
PHP
Raw Normal View History

2021-08-26 10:02:33 +00:00
<link rel="stylesheet" href="{{asset('template/css/bootstrap.min.css')}}" >
2021-09-16 12:11:01 +00:00
<link rel="stylesheet" href="{{asset('template/css/app.css?v=9')}}" >
2021-08-26 10:02:33 +00:00