forked from newnius/short-link
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhead.php
13 lines (11 loc) · 929 Bytes
/
head.php
1
2
3
4
5
6
7
8
9
10
11
12
13
<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,short link,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="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"/>
<link href="static/style.css" rel="stylesheet"/>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/build/css/bootstrap-datetimepicker.min.css" rel="stylesheet"/>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>