zoukankan      html  css  js  c++  java
  • 个人常用的移动端浅灰底index.html

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
        <meta name="viewport" content="initial-scale=1, maximum-scale=3, minimum-scale=1, user-scalable=no" />
        <title>xxx - 仙桃小白菜</title>
    </head>
    <body style="100%; margin:auto 0; background-color:#E1E0DE">
        <div id="divTips" style="text-align:center; display:block;">
            <h3>首页</h3>
        </div>
        
        <div style="position: fixed; bottom: 0px;  100%; text-align: center; color:#939393;">
            <p>Copyright &copy; 2015 - <script>document.write(new Date().getFullYear())</script>  <a href="http://gilbert.cnblogs.com" target="_blank" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;color:#939393;">仙桃小白菜</a></p>
        </div>
    </body>
    </html>
  • 相关阅读:
    无服务器架构(Faas/Serverless)
    Cookie中的sessionid与JSONP原理
    requestAnimationFrame
    JS函数的防抖和节流
    JS 中的广度与深度优先遍历
    堆、栈和队列
    Java除法和js
    selected
    找jar包
    编辑器替换操作
  • 原文地址:https://www.cnblogs.com/gilbert/p/6802961.html
Copyright © 2011-2022 走看看