index-0.html 949 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
  7. <!-- -->
  8. <meta name="description" content="">
  9. <meta name="author" content="">
  10. <title>骑享科技 单王锂电</title>
  11. <link href="assets/css/bootstrap.min.eb.css" rel="stylesheet">
  12. <style>
  13. .main {
  14. padding:20px;
  15. }
  16. #footer {
  17. position: absolute;
  18. bottom: 0;
  19. width: 100%;
  20. height: 30px;/*脚部的高度*/
  21. overflow-y: hidden;
  22. align-content:center;
  23. text-align:center;
  24. }
  25. </style>
  26. </head>
  27. <script src="assets/js/jquery-1.11.2.min.js"></script>
  28. <script src="assets/js/bootstrap.min.js"></script>
  29. <body>
  30. <div class="jumbotron main">
  31. <h1>骑享科技</h1>
  32. <p>Life a fast with fun.</p>
  33. </div>
  34. <div id="footer">骑享科技 &nbsp&nbsp 京ICP备19014843号</div>
  35. </body>
  36. </html>