-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (36 loc) · 1.37 KB
/
index.html
File metadata and controls
37 lines (36 loc) · 1.37 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
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IftarAI</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
body {
font-family: sans-serif;
}
</style>
<script type="importmap">
{
"imports": {
"rxjs": "https://esm.sh/rxjs@^7.8.2?conditions=es2015",
"rxjs/operators": "https://esm.sh/rxjs@^7.8.2/operators?conditions=es2015",
"rxjs/ajax": "https://esm.sh/rxjs@^7.8.2/ajax?conditions=es2015",
"rxjs/webSocket": "https://esm.sh/rxjs@^7.8.2/webSocket?conditions=es2015",
"rxjs/testing": "https://esm.sh/rxjs@^7.8.2/testing?conditions=es2015",
"rxjs/fetch": "https://esm.sh/rxjs@^7.8.2/fetch?conditions=es2015",
"@google/genai": "https://esm.sh/@google/genai@^1.34.0?external=rxjs",
"@angular/core": "https://esm.sh/@angular/core@^21.0.6?external=rxjs",
"@angular/compiler": "https://esm.sh/@angular/compiler@^21.0.6?external=rxjs",
"@angular/platform-browser": "https://esm.sh/@angular/platform-browser@^21.0.6?external=rxjs",
"@angular/common/http": "https://esm.sh/@angular/common@^21.0.6/http?external=rxjs",
"@angular/forms": "https://esm.sh/@angular/forms@^21.0.6?external=rxjs"
}
}
</script>
<link rel="stylesheet" href="/index.css">
</head>
<body class="bg-[#020617]">
<app-root></app-root>
</body>
</html>