-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (25 loc) · 1.57 KB
/
Copy pathindex.html
File metadata and controls
30 lines (25 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>GuestIT-Portal</title>
<meta name="description" content="GuestIT Portal provides a dedicated, user-friendly platform for guests in hospitality settings (like hotels and resorts) to submit IT-related complaints and suggestions directly to the establishment's IT department. Issues like Wi-Fi connectivity problems, smart TV malfunctions, or feedback on digital amenities can be logged easily." />
<meta name="author" content="KARTHIK LAL" />
<meta name="theme-color" content="#67306b" />
<meta name="keywords" content="GuestIT, IT Portal, Guest IT Support, Hospitality IT Solutions, Guest Feedback, IT Complaints, Smart Hotel Solutions" />
<meta property="og:title" content="GuestIT-Portal" />
<meta property="og:description" content="GuestIT-Portal" />
<meta property="og:type" content="website" />
<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@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" type="image/png" href="/public/favicon.png" sizes="16x16" />
</head>
<body>
<div id="root"></div>
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>