Initial commit
This commit is contained in:
30
frontend-client/src/app.html
Normal file
30
frontend-client/src/app.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#3b82f6" />
|
||||
|
||||
<!-- SEO Meta Tags -->
|
||||
<meta name="description" content="ServiceManager - Portal de Soporte Técnico para Clientes" />
|
||||
<meta name="keywords" content="soporte técnico, mesa de ayuda, tickets, aduanasoft" />
|
||||
<meta name="author" content="Aduanasoft" />
|
||||
|
||||
<!-- Open Graph Meta Tags -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="ServiceManager - Portal Cliente" />
|
||||
<meta property="og:description" content="Gestiona tus tickets de soporte técnico" />
|
||||
<meta property="og:site_name" content="ServiceManager" />
|
||||
|
||||
<!-- Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
||||
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover" class="min-h-screen bg-gray-50 antialiased">
|
||||
<div style="display: contents">%sveltekit.body%</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user