-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 1.08 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/Logomark.svg" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="stylesheet" href="/src/index.css" as="style" />
<link rel="manifest" href="/manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#1991ff" />
<meta
name="description"
content="Improve communication within your university with Ticket System, a groundbreaking startup with a centralized platform for submitting complaints and suggestions. Enhance student-faculty-administration interaction by streamlining the process, fostering transparency, and ensuring efficient resolution. Join us in revolutionizing university communication today!"
/>
<title>TreS</title>
</head>
<body class="scroll">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>