-
-
Notifications
You must be signed in to change notification settings - Fork 74
/
header.php
20 lines (17 loc) · 1.48 KB
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title><?php echo SITE_NAME; ?> - Cloudflare Partners</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1"/>
<meta name="renderer" content="webkit"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta itemprop="name" property="og:title" content="<?php echo SITE_NAME; ?> - Cloudflare Partners"/>
<meta name="description" itemprop="description" property="og:description" content="CNAME接入Cloudflare"/>
<meta name="description" content="<?php echo SITE_NAME; ?> - Cloudflare Partners, CNAME接入Cloudflare"/>
<meta name="keywords" content="<?php echo SITE_NAME; ?>,cloudflare,partner,partners,cname"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mdui/0.4.0/css/mdui.min.css" integrity="sha512-+yIDKwPJNKAWsLPtQicDlRWuD69Dubc+qedGn9Ln5tfXBEPRPq5gJymgJMcTaSWIOOEjcsGI1j7Ug/p6hUYPJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/mdui/0.4.0/js/mdui.min.js" integrity="sha512-cKJamv6BNekOACcKvq1s+rbCw1FdUrWSWjnRdHjySEUHBhLfSK4SyPAOgKJticgLbgri9wzIqkhMm4LydXUjAQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://www.recaptcha.net/recaptcha/api.js" async defer></script>
</head>
<body class="mdui-theme-primary-blue mdui-theme-accent-light-blue mdui-color-grey-100">