-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 1013 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/img/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="shortcut icon"
href="/src/assets/img/favicon.ico"
type="image/x-icon"
/>
<meta
name="description"
content="Explore Bankor, where we seamlessly integrate sophisticated design with practical functionality in the realm of financial services. Our dedicated team employs advanced technologies such as HTML, CSS, JavaScript, and ReactJS to develop a visually compelling user interface that significantly enhances your online experience. We invite you to learn more about our comprehensive services today."
/>
<meta name="author" content="Eliya, Developer of Bankor" />
<title>Bankor — Welcome</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>