You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

48 lines
1.2 KiB

<html>
<head>
<!-- <meta http-equiv="refresh" content="0;url= https://masada-tw.com/ "> -->
<meta charset="utf-8">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio,line-clamp"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
clifford: '#da373d',
}
}
}
}
</script>
<style type="text/tailwindcss">
@layer utilities {
.content-auto {
content-visibility: auto;
}
}
</style>
</head>
<body>
<div class="flex justify-center items-center h-screen bg-blue-500">
<div class="bg-white p-8 rounded-lg">
<img src="/wms/assets/img/logo.png" alt="LOGO" class="mb-4 mx-auto w-[350]">
<h1 class="text-2xl font-bold mb-4 text-center">開發連結</h1>
<ul>
<li class="p-3 text-cyan-700">
<a href="/wms">wms</a>
</li>
<li class="p-3 text-cyan-700">
<a href="/app">app</a>
</li>
<li class="p-3 text-cyan-700">
<a href="http://10.10.1.3/phpmyadmin" target="_blank">開發用資料庫</a>
</li>
</ul>
</div>
</div>
</body>
</html>