-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
18 lines (18 loc) · 798 Bytes
/
header.php
File metadata and controls
18 lines (18 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
require_once 'config.php';
?>
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>就是Ta在线生成器</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" >
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="apple-touch-icon-precomposed" href="fav.png" />
<meta name="application-name" content="就是Ta" />
<meta name="keywords" content="Heis,skyverd" />
<meta name="author" content="skyverd,liupeng" />
<meta name="robots" content="index,follow">
<link rel="stylesheet" type="text/css" href="style/reset.css">
</head>