-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathhead.php
More file actions
12 lines (11 loc) · 870 Bytes
/
Copy pathhead.php
File metadata and controls
12 lines (11 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="keywords" content="短网址,短链接,短网址生成器,LinkShortener,URL Shortener,short url,Link Shortener,自定义短网址" />
<meta name="description" content="短网址,短网址生成器,LinkShortener,short link,short url,Link Shortener,访问量统计,有效期设置,自定义短网址" />
<meta name="author" content="Newnius" />
<link rel="icon" href="static/favicon.ico" />
<link href="static/lib/bootstrap-3.3.7/css/bootstrap.min.css" rel="stylesheet" />
<link href="static/style.css" rel="stylesheet" />
<link href="static/lib/eonasdan-bootstrap-datetimepicker-4.17.47/css/bootstrap-datetimepicker.min.css" rel="stylesheet" />
<script src="static/lib/jquery-3.3.1/jquery.min.js"></script>