1 Star 0 Fork 0

左半红印/BlackCooler

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.php 422 Bytes
一键复制 编辑 原始数据 按行查看 历史
alucardwind 提交于 2021-12-08 22:32 +08:00 . v0.4.1
<?php get_header(); ?>
<div id="page">
<div id="black_cover"></div>
<?php
if (isset($_GET['ds'])){
if ($_GET['ds'] == 0){
}
elseif ($_GET['ds'] == 1){
get_content('mobile');
}
else{
get_content('pc');
}
}
else {
echo '网站不兼容IE浏览器<br>website Not compatible with IE(Internet Explorer) browser';
}
get_footer();
?>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/redonleft/BlackCooler.git
[email protected]:redonleft/BlackCooler.git
redonleft
BlackCooler
BlackCooler
master

搜索帮助