-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path0814.html
32 lines (32 loc) · 1.22 KB
/
0814.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>0814</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
</head>
<body>
<div class="bg-dark">
<div class="container">
<div class="row align-items-md-end flex-column flex-md-row">
<div class="col-md-8 py-4">
<h4 class="text-white">About</h4>
<ul class="list-unstyled text-muted">
<li>07-1234-5678</li>
<li>[email protected]</li>
<li>800 高雄市新興區幸福路 520 號</li>
</ul>
<ul class="list-unstyled">
<li><a href="#" class="text-white">Follow on Instagram</a></li>
<li><a href="#" class="text-white">Like on Facebook</a></li>
</ul>
</div>
<div class="col-md-4 py-4">
<p>© 2018 Sweetaste* All Rights Reserved</p>
</div>
</div>
</div>
</div>
</body>
</html>