简体   繁体   中英

I cannot find bootstrap.css in my folders

I can't find the path for my CSS documents.

My bootstrap.css is located at https://i.hizliresim.com/P7kRGO.jpg and here is the error message I get: https://i.hizliresim.com/7BgOQN.jpg

<link href="https://fonts.googleapis.com/css?family=Encode+Sans+Expanded:400,600,700" rel="stylesheet">

<!-- Stylesheets -->
<link href=./plugin-frameworks\bootstrap.css" rel="stylesheet">

<link href="../views/plugin-frameworks/bootstrap.css"rel="stylesheet">

<link href="./fonts/ionicons.css" rel="stylesheet">


<link href="/common/styles.css" rel="stylesheet">

I'm using PHP 7, Laravel 5.4, and running on xampp Apache.

像这样使用资产助手来链接公共目录中的资源:

<link rel="stylesheet" href="{{asset('styles/main.css')}}">

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM