-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (20 loc) · 791 Bytes
/
index.html
File metadata and controls
21 lines (20 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nedaa | نداء</title>
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="apple-itunes-app" content="app-id=6740703900, app-argument=myURL" />
<meta name="google-play-app" content="app-id=dev.nedaa.android" />
<meta name="huawei-app" content="app-id=114573733" />
</head>
<body>
<a href="#main-content" class="skip-link">Skip to main content</a>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>