-
Notifications
You must be signed in to change notification settings - Fork 5
/
thank.html
23 lines (22 loc) · 1000 Bytes
/
thank.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css">
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<title>餐後回饋</title>
</head>
<body style="background-color:#f2f8f8">
<div class="text-center" style="margin-top:50px">
<h1 class="display-3" style="font-weight:bold">THANK YOU!</h1>
<i class='fas fa-check' style='font-size:180px;color:green'></i>
<hr>
<p class="lead"><h2><strong>歡迎來粉絲團按讚~</strong></h2></p>
<p class="lead">
<a class="btn btn-primary btn-lg" href="https://facebook.com/" role="button">FB餐廳粉絲團</a>
</p>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/js/bootstrap.min.js"></script>
</body>
</html>