aboutsummaryrefslogtreecommitdiffstats
path: root/jinhtml
diff options
context:
space:
mode:
Diffstat (limited to 'jinhtml')
-rw-r--r--jinhtml/welcome.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/jinhtml/welcome.html b/jinhtml/welcome.html
index 3fe106e..ca746ba 100644
--- a/jinhtml/welcome.html
+++ b/jinhtml/welcome.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
- <head style="background-color :#D3D3D3;">
+ <head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>{{ productname }}</title>
<style type="text/css">
@@ -9,11 +9,11 @@
}
</style>
</head>
- <body>
+ <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> \ No newline at end of file
+</html>