|
| 1 | +<!DOCTYPE html> |
| 2 | + |
| 3 | + |
| 4 | +<head> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <meta name="msvalidate.01" content="FA2835F9764159F7F17B04B318F8BDD9"/> |
| 7 | + <!--字符编码--> |
| 8 | + <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> |
| 9 | + <!--语言--> |
| 10 | + <meta http-equiv="Content-Language" contect="zh-CN"> |
| 11 | + <!--移动端适配--> |
| 12 | + <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> |
| 13 | + <!-- 避免IE使用兼容模式 --> |
| 14 | + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
| 15 | + <!--窗口设定--> |
| 16 | + <meta http-equiv="Window-target" content="_top"> |
| 17 | + <!-- 针对手持设备优化,主要是针对一些老的不识别viewport的浏览器,比如黑莓 --> |
| 18 | + <meta name="HandheldFriendly" content="true"> |
| 19 | + <!-- 微软的老式浏览器 --> |
| 20 | + <meta name="MobileOptimized" content="320"> |
| 21 | + <!-- windows phone 点击无高光 --> |
| 22 | + <meta name="msapplication-tap-highlight" content="no"> |
| 23 | + <!--百度禁止转码--> |
| 24 | + <meta http-equiv="Cache-Control" content="no-siteapp"> |
| 25 | + <!--浏览器的兼容配置--> |
| 26 | + <!--Microsoft Internet Explorer--> |
| 27 | + <!--是否开启cleartype显示效果--> |
| 28 | + <meta http-equiv="cleartype" content="on"> |
| 29 | + <meta name="skype_toolbar" content="skype_toolbar_parser_compatible"> |
| 30 | + <!--Pinned Site--> |
| 31 | + <!-- IE 10 / Windows 8 --> |
| 32 | + <meta name="msapplication-TileImage" content="pinned-tile-144.png"> |
| 33 | + <meta name="msapplication-TileColor" content="#009900"> |
| 34 | + <!--IE 11 / Windows 9.1--> |
| 35 | + <meta name="msapplication-config" content="ieconfig.xml"> |
| 36 | + <!--Google Chrome--> |
| 37 | + <!--禁止自动翻译--> |
| 38 | + <meta name="google" value="notranslate"> |
| 39 | + <!--360浏览器--> |
| 40 | + <!--极速模式--> |
| 41 | + <meta name="renderer" content="webkit"> |
| 42 | + <!--QQ手机浏览器--> |
| 43 | + <!--锁定屏幕在特定方向--> |
| 44 | + <meta name="x5-orientation" content="portrait"> |
| 45 | + <!-- 全屏显示 --> |
| 46 | + <meta name="x5-fullscreen" content="true"> |
| 47 | + <!-- 应用模式 --> |
| 48 | + <meta name="x5-page-mode" content="app"> |
| 49 | + <!--UC浏览器--> |
| 50 | + <!-- uc强制竖屏 --> |
| 51 | + <meta name="screen-orientation" content="portrait"> |
| 52 | + <!-- UC强制全屏 --> |
| 53 | + <meta name="full-screen" content="yes"> |
| 54 | + <!-- UC应用模式 --> |
| 55 | + <meta name="browsermode" content="application"> |
| 56 | + <!-- 禁止自动探测手机/邮箱号码 --> |
| 57 | + <meta name="format-detection" content="telphone=no, email=no"> |
| 58 | + <!-- Add to Home Screen添加到主屏 --> |
| 59 | + <!-- 是否启用 WebApp 全屏模式 --> |
| 60 | + <meta name="apple-mobile-web-app-capable" content="yes"> |
| 61 | + <!-- 设置状态栏的背景颜色,只有在 “apple-mobile-web-app-capable” content=”yes” 时生效 --> |
| 62 | + <meta name="apple-mobile-web-app-status-bar-style" content="black"> |
| 63 | + <!-- 添加到主屏后的标题 --> |
| 64 | + <meta name="apple-mobile-web-app-title" content="寸头师傅的歌单"> |
| 65 | + <!--Google Android--> |
| 66 | + <meta name="theme-color" content="#CCFFFF"> |
| 67 | + <!-- 添加到主屏 --> |
| 68 | + <meta name="mobile-web-app-capable" content="yes"> |
| 69 | + <!--引入核心css--> |
| 70 | + |
| 71 | + <!--选择性引入css--> |
| 72 | + |
| 73 | + <!--SEO优化--> |
| 74 | + <!--标题--> |
| 75 | + <title>欢迎访问「寸头师傅」的主页</title> |
| 76 | + <!--关键词--> |
| 77 | + <meta name="keywords" content="寸头师傅,个人主页,引导页,导航,博客,音乐,电影,壁纸,解析,源码,教程"> |
| 78 | + <!--描述--> |
| 79 | + <meta name="description" content="欢迎访问「寸头师傅」的主页"> |
| 80 | + <!--作者 author--> |
| 81 | + <meta name=" author" content=" 寸头师傅,[email protected]" > |
| 82 | + <!--搜索引擎索引方式--> |
| 83 | + <meta name="robots" content="all"> |
| 84 | + <!--logo--> |
| 85 | + |
| 86 | + <link rel="stylesheet" href="static/css/player.css"> |
| 87 | + |
| 88 | + <link href="static/css/Location.css" type="text/css" rel="stylesheet"> |
| 89 | + |
| 90 | +</head> |
| 91 | + |
| 92 | +<body class="body--ready" data-pinterest-extension-installed="cr1.39.1"> |
| 93 | +<canvas class="canvas" width="100%" height="905"></canvas> |
| 94 | +<div id="willerce"> |
| 95 | + <div> |
| 96 | + <a href="https://www.cuntoushifu.com" target="_blank"> |
| 97 | + <img src="static/picture/LOGO.png" id="logo" title="uixsj"> |
| 98 | + </a> |
| 99 | + <a href="https://www.cuntoushifu.com" target="_blank"> |
| 100 | + <h1>寸头师傅</h1> |
| 101 | + </a> |
| 102 | + |
| 103 | + |
| 104 | + </div> |
| 105 | + |
| 106 | +</div> |
| 107 | +<span class="copyright">©2021-现在 <a href="https://www.cuntoushifu.com" target="_blank">寸头师傅</a></span> |
| 108 | + |
| 109 | +<script src="static/js/Seffects.js" type="text/javascript"></script> |
| 110 | +<span> |
| 111 | + |
| 112 | + |
| 113 | + <audio autoplay="autopaly" loop="loop" src="http://music.163.com/song/media/outer/url?id=29717271.mp3" |
| 114 | + type="audio/mpeg"> |
| 115 | + </audio> |
| 116 | + |
| 117 | + </span> |
| 118 | + |
| 119 | +</html> |
0 commit comments