You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.5 KiB
33 lines
1.5 KiB
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>{$site_seo_title} {$site_name}</title>
|
|
<meta name="keywords" content="{$site_seo_keywords}" />
|
|
<meta name="description" content="{$site_seo_description}">
|
|
<link rel="stylesheet" href="{$yf_theme_path}/public/css/font-awesome/css/font-awesome.min.css">
|
|
<link rel="stylesheet" href="{$yf_theme_path}/public/css/weui.min.css">
|
|
<!-- Bootstrap -->
|
|
<link href="{$yf_theme_path}/public/css/bootstrap.min.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="{$yf_theme_path}/public/js/slick/slick.css">
|
|
<link rel="stylesheet" href="{$yf_theme_path}/public/js/slick/slick-theme.css">
|
|
<link rel="stylesheet" href="{$yf_theme_path}/public/css/base.css?v={:time()}">
|
|
|
|
<script src="{$yf_theme_path}/public/js/jquery-2.1.4.js"></script>
|
|
<script src='{$yf_theme_path}/public/js/popper.min.js'></script>
|
|
<script src='{$yf_theme_path}/public/js/bootstrap.min.js'></script>
|
|
<script src="{$yf_theme_path}/public/js/slick/slick.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="header">
|
|
<nav class="navbar navbar-default">
|
|
<div class="container">
|
|
<div class="navbar-header">
|
|
<a class="navbar-brand" href="javascript:void(0);"><img src="{$yf_theme_path}/public/img/logo.png" width="100%"></a>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
</div>
|