整理網頁路徑
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-TW" xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html">
|
||||
<head>
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>超異域公主連結 Re: Dive 台版 Rank 推薦表查詢系統</title>
|
||||
<style>
|
||||
html { color-scheme: light dark; }
|
||||
body { width: 100%; margin: 0 auto;
|
||||
font-family: Tahoma, Verdana, Arial, sans-serif; }
|
||||
</style>
|
||||
|
||||
<script language="javascript" type="text/javascript">
|
||||
const jwt = localStorage.getItem("jwtToken");
|
||||
if (!jwt) {
|
||||
window.location.href = "./login.html";
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
<div class="page-title">後台管理</div>
|
||||
</p>
|
||||
<hr>
|
||||
<p>
|
||||
<h4><a href="./character/index.html">管理角色</a></h4>
|
||||
</p>
|
||||
<p>
|
||||
<h4><a href="./rankTable/index.html">管理推薦表</a></h4>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user