blob: ca746ba53f54f3cb6781291ab6fe0e8aafc38aae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>{{ productname }}</title>
<style type="text/css">
h1, p{
text-align: center;
}
</style>
</head>
<body style="background-color :#D3D3D3;">
<h1 style="font-size: 55px;">歡迎使用 {{ productname}}!</h1>
<p style="font-size:15px;">請使用您的 Google 帳號
<a href="{{ loginurl }}">登入</a>
以使用本應用程式
</p>
</body>
</html>
|