aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author藍挺瑋 <lantw44@gmail.com>2012-12-25 13:30:53 +0800
committerLAN-TW <lantw44@gmail.com>2012-12-25 13:30:53 +0800
commit92a287e3a445385480ef13bdcd395f3c719420d9 (patch)
tree303f96204b582cddcd9b7c4ad61f73de8b468d1d
parent71d04e80044f6a75d53040c641da2a0b0b10d2c9 (diff)
downloadinccalendar-92a287e3a445385480ef13bdcd395f3c719420d9.tar
inccalendar-92a287e3a445385480ef13bdcd395f3c719420d9.tar.gz
inccalendar-92a287e3a445385480ef13bdcd395f3c719420d9.tar.bz2
inccalendar-92a287e3a445385480ef13bdcd395f3c719420d9.tar.lz
inccalendar-92a287e3a445385480ef13bdcd395f3c719420d9.tar.xz
inccalendar-92a287e3a445385480ef13bdcd395f3c719420d9.tar.zst
inccalendar-92a287e3a445385480ef13bdcd395f3c719420d9.zip
welcome.html background-color
-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>