<!DOCTYPE html>
<html lang="zh-TW">
	<head>
		    <meta charset="UTF-8">
		        <meta name="viewport" content="width=device-width, initial-scale=1.0">
			    <title>PeoPo 平台維護中</title>
			        <style>
        body {
		            font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
				                background-color: #f5f5f5;
							            color: #333;
									                display: flex;
												            justify-content: center;
														                align-items: center;
																	            height: 100vh;
																			                margin: 0;
																						            line-height: 1.8;
																								            }
	        .maintenance-box {
			            background: white;
					                padding: 2rem 3rem;
								            border-radius: 8px;
										                box-shadow: 0 2px 4px rgba(0,0,0,0.1);
													            text-align: center;
															                max-width: 90%;
																		        }
		        h1 {
				            color: #1a73e8;
						                margin-bottom: 1.5rem;
									            font-size: 1.8rem;
											            }
			        .time {
					            color: #d32f2f;
							                font-weight: bold;
										            margin: 1rem 0;
												            }
				        .message {
						            font-size: 1.2rem;
								                margin-top: 1rem;
											        }
					    </style>
	</head>
	<body>
		    <div class="maintenance-box">
			            <h1>PeoPo平台改版升級</h1>
				            <div class="time">12/13 09：00～12/20 10：00</div>
					            <div class="message">進行停機作業</div>
						        </div>
	</body>
</html>
