zoukankan      html  css  js  c++  java
  • H50071:简单 背景图 icon 的页面 作者签名meta

    1,

    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />

    签名字段
        <meta name="description" content="">
        <meta name="keywords" content="">
        <meta name="author" content="order by dede58.com">
        <meta name="viewport" content="width=device-width,initial-scale=1 user-select=no"/>
        <link rel="icon" href="http://oss.esunar.com/ESUN3D/esun.ico" type="image/x-icon" />
        <link rel="shortcut icon" href="http://oss.esunar.com/ESUN3D/esun.ico" type="image/x-icon"/>
        <title>欢迎光临易尚展示</title></head>
      
      <style type="text/css">
    
        *{
          /* pointer-events: none; */
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
        }
    
        html {
          -webkit-text-size-adjust: 100%;
          -ms-text-size-adjust: 100%;
        }
        body {
          margin: 0;
          padding: 0;
          width:100vw;
          height: 100vh;
          background-size: 100% 100%;
          background-repeat: no-repeat;
          background-image: url('http://oss.esunar.com/ESUN3D/esun.jpg');
          overflow: hidden;
    
        }
    
        a {
          text-decoration: none;
          color: #ffffff;
        }
    
        a:hover {
          transition: 0.5s all;
          -webkit-transition: 0.5s all;
          -moz-transition: 0.5s all;
          -o-transition: 0.5s all;
          text-decoration: none;
          color: #00ff00;
        }
        a:focus {
          outline: 0;
        }
        
      </style>
      <body>
        <div style="text-align: center; margin-top: 10px">
          <a href="https://beian.miit.gov.cn" target="_blank" style="font-size: 16px; ">粤ICP备号</a>
        </div>
      </body>
    </html>

    琥珀君的博客
  • 相关阅读:
    黄金作为货币的本质
    万有引力和做功。
    Arp攻击实战
    Android SDK下载项的说明
    宇宙、事象
    事件视界
    微积分
    金融的三大基础货币,股票,期货。
    pos机的热敏纸尺寸
    去除text历史记录
  • 原文地址:https://www.cnblogs.com/eliteboy/p/14479200.html
Copyright © 2011-2022 走看看