-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
23 lines (20 loc) · 888 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>Ivy - Integrated Visualization Editor</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="application-name" content="FeX">
<meta name="apple-mobile-web-app-title" content="FeX">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="apple-touch-icon" href="single-page-icon.png" />
</head>
<body>
<div id="root-container"></div>
<script type="module" src="/src/app.tsx"></script>
</body>
</html>