📄 main.php
字号:
<?php
include "logCheck.php"; if(!isset($_COOKIE['style'])) setcookie('style','moren'); ?>
<html>
<head>
<title>短信息接收系统</title>
<meta http-equiv="Pragma" content="no-cache">
</head>
<frameset frameborder=0 rows="13%,4%,*" framespacing=0>
<frame name="top" src="title.php" scrolling="no" marginhight=0 noresize>
<frame name="mid" src="status.php" scrolling="no" noresize>
<frameset cols="11%,68%,*">
<frame name="left" src="menu.php" noresize scrolling="no">
<frame name="right" src="welcome.php" noresize scrolling="no">
<frame name=chat src="chat.php" noresize scrolling="no" style="border: 1px solid #FFFFFF">
</frameset>
</frameset>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -