ez-site/includes/header.php

51 lines
2.9 KiB
PHP
Raw Normal View History

2024-10-19 21:33:47 +08:00
<!DOCTYPE html>
<html lang="zh_CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="theme-color" content="#2f4154">
<meta name="author" content="mei">
<meta name="keywords" content="油二黑子站,油田二中黑子站,东营市胜利第二中学,东营市油田二中,东营市胜利第二中学黑子站,东营市油田二中黑子站,二中,油田二中,林七二中">
<meta name="description" content="油二学生搭建的非官方综合服务及吐槽平台 - https:&#x2F;&#x2F;ez.mei.lv">
<meta property="og:type" content="website">
<meta property="og:title" content="<?php echo $page_title[$page] ?>">
<meta property="og:url" content="https://ez.mei.lv/index.php">
<meta property="og:site_name" content="油二黑子站">
<meta property="og:description" content="油二学生搭建的非官方综合服务及吐槽平台 - https:&#x2F;&#x2F;ez.mei.lv">
<meta property="og:locale" content="zh_CN">
<meta property="article:author" content="mei">
<meta property="article:tag" content="油二黑子站,油田二中黑子站,东营市胜利第二中学,东营市油田二中,东营市胜利第二中学黑子站,东营市油田二中黑子站,二中,油田二中,林七二中">
<meta name="twitter:card" content="summary_large_image">
<title><?php echo $page_title[$page] ?></title>
<?php if ($page == 'account'): ?>
<link rel="stylesheet" type="text/css" href="/assets/css/account.min.css">
<?php elseif ($page == 'love'):?>
<link rel="stylesheet" type="text/css" href="/assets/css/love.min.css">
<?php else: ?>
<link rel="stylesheet" type="text/css" href="/assets/css/all.min.css">
<?php endif ?>
<script src="https://cdn.staticfile.org/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/toastr.js/latest/js/toastr.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.bootcss.com/toastr.js/latest/css/toastr.min.css">
<script>var messageOpts = { "progressBar": true, "showDuration": "1000", "hideDuration": "1000", "timeOut": "6000", "showEasing": "swing", "hideEasing": "linear", "showMethod": "fadeIn", "hideMethod": "fadeOut", "allowHtml": true, }; toastr.options = messageOpts;</script>
<link rel="stylesheet" href="<?php echo $icon_font;?>">
<?php echo $umami; ?>
</head>
<body>
<?php if ($page != 'account'): ?>
<nav>
<a href="/">
<strong class="logo">油二黑子站</strong>
</a>
<ul>
<li><a href="/home.html">首页</a></li>
<li><a href="/love.html">表白墙</a></li>
<li><a href="/admin.html">管理</a></li>
<li><a href="/account.html">账户</a></li>
</ul>
</nav>
<?php else: ?>
<?php endif; ?>