-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinux.php
More file actions
31 lines (31 loc) · 902 Bytes
/
Copy pathlinux.php
File metadata and controls
31 lines (31 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<title>Linux</title>
<meta name="generator" content="Bluefish 2.2.4" >
<meta name="author" content="fuguoyin" >
<meta name="date" content="2013-05-03T21:42:22+0800" >
<meta name="copyright" content="">
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8">
<meta http-equiv="content-style-type" content="text/css">
<meta http-equiv="expires" content="0">
</head>
<body>
<div style="text-align: center">
<div align="center" class="menu">
<?php include 'menu.php'; ?>
</div>
<h1>Linux</h1>
<a href="latex.html" title="latex">Latex</a><br />
</div>
<div style="text-align: center">
<?php
//显示时间
echo (date("Y-m-d l h:i:s A"));
?></div>
</body>
</html>