-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
25 lines (25 loc) · 1.08 KB
/
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
<!DOCTYPE html>
<html lang="en">
<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">
<title>Welcome to JiaBeng</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<header>
<h1 class="text-center site-sm-title"><a href="list.html">MonoSpace</a></h1>
</header>
<div class="container d-flex flex-column">
<div class="d-flex justify-content-center mb-3">
<img src="img/favicon_64x64.svg" alt="JiaBeng's logo">
</div>
<div class="row">
<a class="offset-4 col-4 btn btn-primary" href="list.html" role="button">來呷飯吧!</a>
</div>
<span class="text-center">今天想吃什麼呢?</span>
</div>
</body>
</html>