123456789101112131415161718192021222324252627282930313233343536373839 |
- <!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.0, maximum-scale=1.0, user-scalable=0">
- <!-- -->
- <meta name="description" content="">
- <meta name="author" content="">
- <title>骑享科技 单王锂电</title>
- <link href="assets/css/bootstrap.min.eb.css" rel="stylesheet">
- <style>
- .main {
- padding:20px;
- }
- #footer {
- position: absolute;
- bottom: 0;
- width: 100%;
- height: 30px;/*脚部的高度*/
- overflow-y: hidden;
- align-content:center;
- text-align:center;
- }
- </style>
- </head>
- <script src="assets/js/jquery-1.11.2.min.js"></script>
- <script src="assets/js/bootstrap.min.js"></script>
- <body>
- <div class="jumbotron main">
- <h1>骑享科技</h1>
- <p>Life a fast with fun.</p>
- </div>
- <div id="footer">骑享科技    京ICP备19014843号</div>
- </body>
- </html>
|