-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (19 loc) · 1.36 KB
/
index.html
File metadata and controls
20 lines (19 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Early warning" />
<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:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Mono:wght@100..700&display=auto" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:FILL@0..1&icon_names=add,arrow_back_ios,arrow_forward_ios,broadcast_on_home,calendar_today,chat_add_on,chat_bubble,check_circle,circle,close,code,content_paste,delete,deployed_code,download,edit,error,filter_list,flag,fmd_bad,info,keyboard_arrow_down,lan,language,location_on,logout,mail,map,menu,menu_open,open_in_new,person,pest_control,search,sms,space_dashboard,storm,thermometer_add,thunderstorm,total_dissolved_solids,visibility,where_to_vote&display=block" rel="stylesheet" />
<title>Cross Border Mifos&MasterCard Integration</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>