48 lines
1.4 KiB
HTML
48 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-TW">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/png" href="/panjit-logo.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>PANJIT Document Translator</title>
|
|
<meta name="description" content="PANJIT Document Translator Web System - 企業級文件批量翻譯管理系統" />
|
|
<meta name="keywords" content="文件翻譯,批量翻譯,PANJIT,企業級翻譯系統" />
|
|
<style>
|
|
/* 載入頁面樣式 */
|
|
#loading {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
z-index: 9999;
|
|
}
|
|
.loading-spinner {
|
|
width: 40px;
|
|
height: 40px;
|
|
border: 4px solid #f3f3f3;
|
|
border-top: 4px solid #409eff;
|
|
border-radius: 50%;
|
|
animation: spin 1s linear infinite;
|
|
}
|
|
@keyframes spin {
|
|
0% { transform: rotate(0deg); }
|
|
100% { transform: rotate(360deg); }
|
|
}
|
|
</style>
|
|
<script type="module" crossorigin src="/js/index-fa5efca2.js"></script>
|
|
<link rel="stylesheet" href="/css/index-fda0a621.css">
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
<div id="loading">
|
|
<div class="loading-spinner"></div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |