145 lines
5.4 KiB
HTML
145 lines
5.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Asset Management - KFSH Dammam</title>
|
|
|
|
<!-- =============== OPEN GRAPH META TAGS =============== -->
|
|
<!-- These are for the link preview (WhatsApp, Slack, LinkedIn, etc.) -->
|
|
|
|
<!-- The title that will be shown -->
|
|
<meta property="og:title" content="Asset Management - KFSH Dammam" />
|
|
|
|
<!-- The type of content -->
|
|
<meta property="og:type" content="website" />
|
|
|
|
<!-- The URL of THIS preview page -->
|
|
<meta property="og:url" content="https://kfsh-dammam-asm.seeraarabia.com/preview/" />
|
|
|
|
<!-- The image to show in the preview. MUST be a full, absolute URL. -->
|
|
<meta property="og:image" content="https://kfsh-dammam-asm.seeraarabia.com/assets/asm_ui_app/asm_app/seera-logo.png" />
|
|
|
|
<!-- Image dimensions (recommended for better previews) -->
|
|
<meta property="og:image:width" content="1200" />
|
|
<meta property="og:image:height" content="630" />
|
|
<meta property="og:image:alt" content="KFSH Dammam Asset Management System" />
|
|
|
|
<!-- A short description of the page -->
|
|
<meta property="og:description" content="Track and manage your organization's assets efficiently on Seera Arabia's ASM portal. Comprehensive asset lifecycle management for KFSH Dammam." />
|
|
|
|
<!-- The name of your site -->
|
|
<meta property="og:site_name" content="Seera ASM Portal" />
|
|
|
|
<!-- Locale -->
|
|
<meta property="og:locale" content="en_US" />
|
|
|
|
<!-- =============== TWITTER CARD META TAGS =============== -->
|
|
<!-- For Twitter/X previews -->
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="Asset Management - KFSH Dammam" />
|
|
<meta name="twitter:description" content="Track and manage your organization's assets efficiently on Seera Arabia's ASM portal." />
|
|
<meta name="twitter:image" content="https://kfsh-dammam-asm.seeraarabia.com/assets/asm_ui_app/asm_app/seera-logo.png" />
|
|
|
|
<!-- =============== GENERAL META TAGS =============== -->
|
|
<meta name="description" content="Track and manage your organization's assets efficiently on Seera Arabia's ASM portal. Comprehensive asset lifecycle management for KFSH Dammam." />
|
|
<meta name="author" content="Seera Arabia" />
|
|
<meta name="robots" content="index, follow" />
|
|
|
|
<!-- Favicon -->
|
|
<link rel="icon" type="image/png" href="https://kfsh-dammam-asm.seeraarabia.com/assets/asm_ui_app/asm_app/seera-logo.png" />
|
|
|
|
<!-- =============== JAVASCRIPT REDIRECT =============== -->
|
|
<!-- This is for human users. It sends them to the real login page. -->
|
|
<!-- window.location.replace doesn't add the preview page to browser history -->
|
|
<script type="text/javascript">
|
|
// Small delay to ensure crawlers can read meta tags
|
|
setTimeout(function() {
|
|
window.location.replace("https://kfsh-dammam-asm.seeraarabia.com/asm_app/login");
|
|
}, 100);
|
|
</script>
|
|
|
|
<!-- Fallback for users with JavaScript disabled -->
|
|
<noscript>
|
|
<meta http-equiv="refresh" content="0;url=https://kfsh-dammam-asm.seeraarabia.com/asm_app/login">
|
|
</noscript>
|
|
|
|
<!-- Basic styling for the brief moment before redirect -->
|
|
<style>
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
}
|
|
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
|
|
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
|
min-height: 100vh;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: white;
|
|
}
|
|
.container {
|
|
text-align: center;
|
|
padding: 2rem;
|
|
}
|
|
.logo {
|
|
width: 120px;
|
|
height: 120px;
|
|
margin-bottom: 1.5rem;
|
|
border-radius: 20px;
|
|
background: white;
|
|
padding: 15px;
|
|
}
|
|
h1 {
|
|
font-size: 1.8rem;
|
|
margin-bottom: 0.5rem;
|
|
font-weight: 600;
|
|
}
|
|
p {
|
|
font-size: 1rem;
|
|
opacity: 0.9;
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
.spinner {
|
|
width: 40px;
|
|
height: 40px;
|
|
border: 3px solid rgba(255,255,255,0.3);
|
|
border-top-color: white;
|
|
border-radius: 50%;
|
|
animation: spin 1s linear infinite;
|
|
margin: 0 auto;
|
|
}
|
|
@keyframes spin {
|
|
to { transform: rotate(360deg); }
|
|
}
|
|
.fallback-link {
|
|
margin-top: 1.5rem;
|
|
font-size: 0.9rem;
|
|
}
|
|
.fallback-link a {
|
|
color: white;
|
|
text-decoration: underline;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<!-- You can add your logo here if you want -->
|
|
<!-- <img src="/assets/asm_ui_app/images/logo.png" alt="KFSH Logo" class="logo" /> -->
|
|
|
|
<h1>Asset Management System</h1>
|
|
<p>KFSH Dammam</p>
|
|
|
|
<div class="spinner"></div>
|
|
<p style="margin-top: 1rem; font-size: 0.9rem;">Redirecting to application...</p>
|
|
|
|
<div class="fallback-link">
|
|
<noscript>
|
|
<a href="https://kfsh-dammam-asm.seeraarabia.com/asm_app/login">Click here if not redirected</a>
|
|
</noscript>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |