-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (21 loc) · 918 Bytes
/
index.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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<title>Lionfree 維護中</title>
</head>
<body>
<div class="jumbotron">
<div class="container">
<h1>Lionfree 維護中</h1>
<p>因日前工程師車禍受傷,維護時間將延後。<br>更多詳情請查看<a href="https://www.facebook.com/lionfree.net/">粉專</a>。
</p>
<p>
<a class="btn btn-primary btn-lg" href="https://www.facebook.com/lionfree.net/">Lionfree粉絲專頁</a>
</p>
</div>
</div>
</body>
</html>