📄 our_offices.php
字号:
<?php include('globals.php');?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html dir="ltr" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Our offices</title>
<style type="text/css">
@import 'siteIndicatorNavigation.css';
</style>
<script type="text/javascript" src="../../DOMhelp.js"></script>
<script type="text/javascript" src="XHRSiteNav.js"></script>
<script type="text/javascript" src="siteNavigationIndicator.js"></script>
</head>
<body>
<?php echo $nav;?>
<div id="content"><?php include('content/'.$self);?></div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -