• 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>

    琥珀君的博客
  • 相关阅读:
    MFC下使用Mysql
    Curl的移植编译以及注意事项
    MFC 封装类为静态链接库
    MFC 任务托盘显示气泡
    MFC 获取本机IP、网络ip和物理地址
    MFC下获取系统内存和当前进程的内存使用情况
    C++ windows客户端支持SSL双向认证
    jdk+tomcat+mysql一键安装脚本
    mysql修改数据库密码
    MFC 任务托盘经常消失问题
  • 原文地址:https://www.cnblogs.com/eliteboy/p/14479200.html
Copyright © 2020-2023  润新知