大家好,我在 codeigniter 中遇到了如何包含 css 和 jquery 的问题。
+application
+views
-welcome_message.php
+assets
+css
-template.css
+js
+system
+user_guide.
<link href='<?php echo base_url(); ?>application/assets/css/template.css' rel="stylesheet" type="text/css" />
萤火虫显示路径如下: -
<link type="text/css" rel="stylesheet" href="http://localhost/CodeIgniter_2.1.3/application/assets/css/template.css">
我不明白为什么它的 css 不起作用。
我在萤火虫上找到了这个东西:-
<link type="text/css" rel="stylesheet" href="http://localhost/CodeIgniter_2.1.3/assets/css/template.css">
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /CodeIgniter_2.1.3/assets/css/template.css was not found on this server.</p>
</body></html>
</link>