123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>{{ title }}</title>
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
-
-
- <link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/4.1.0/css/bootstrap.min.css">
-
- <script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script>
-
- <script src="https://cdn.bootcss.com/popper.js/1.12.5/umd/popper.min.js"></script>
-
- <script src="https://cdn.bootcss.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
-
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
-
-
- <style>
- .footer{
- height: 40px;
- box-sizing: border-box;
-
- position: absolute;
- bottom: 0px;
- width: 100%;
- background-color: #eee;
- text-align: center;
- }
- html, body {
- height: 100%;
-
- position: relative;
- }
- #wrapper {
-
- min-height: 100%;
-
- position: relative;
- }
- </style>
- </head>
- <body>
-
- <br>
- <br>
- <footer class="footer" id="footer" style="margin: auto;">
- <div style="margin: 10px auto; font-size: 13px; margin-bottom: 10px;">
- <a style="padding: 0px 6px" href="#">關於 Smart Coffee</a> |
- <a style="padding: 0px 6px;" href="#">產品與經銷商</a> |
- <a style="padding: 0px 6px;" href="/sitemap">網站地圖</a> |
- Copyright © 2022 GOLD IN TECHNOLOGY INC. 保留一切權利。
- </div>
- </footer>
- </body>
- </html>
|