-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (27 loc) · 1.09 KB
/
index.html
File metadata and controls
29 lines (27 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="https://cdn.jsdelivr.net/gh/immortalWebDev/my-cdn@d811aeb0f5ed6128c7380e47c9d57a951f604063/mail-express/email-icon.png" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.8.1/font/bootstrap-icons.min.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Mail Express: A modern, user-friendly webmail application designed to simplify email communication."
/>
<!-- Preload Hero Image -->
<!-- <link
rel="preload"
as="image"
href="https://cdn.jsdelivr.net/gh/immortalWebDev/my-cdn@d811aeb0f5ed6128c7380e47c9d57a951f604063/mail-express/Mail-Express.jpg"
type="image/jpeg"
/> -->
<title>Mail Express</title>
</head>
<body>
<!-- <noscript>You need to enable JavaScript to run this app.</noscript> -->
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>