移植html5up的一个响应式模板,js和css都无效,请问是为什么?
header.php:
<!DOCTYPE HTML>
<html>
<head>
<title>温 柔 的 围 困</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<script src="<?php $this->options->themeUrl('js/jquery.min.js'); ?>"></script>
<script src="<?php $this->options->themeUrl('js/jquery.poptrox.min.js'); ?>"></script>
<script src="<?php $this->options->themeUrl('js/skel.min.js'); ?>"></script>
<script src="<?php $this->options->themeUrl('js/init.js'); ?>"></script>
<noscript>
<link rel="stylesheet" href="<?php $this->options->themeUrl('css/skel.css'); ?>" />
<link rel="stylesheet" href="<?php $this->options->themeUrl('css/style.css'); ?>" />
<link rel="stylesheet" href="<?php $this->options->themeUrl('css/style-xlarge.css'); ?>" />
</noscript>
</head>
<body id="top">
<!-- Header -->
<header id="header">
<a href="#" class="image avatar"><img src="<?php $this->options->themeUrl('images/avatar.jpg'); ?>" alt="" /></a>
<h1><strong>Silhouette</strong><br />
</h1>
</header>
<!-- Main -->
<div id="main">
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。