-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (40 loc) · 1.39 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<title>4EVERChat - 4EVERLAND AI Playground</title>
<meta charset="utf-8" />
<meta
name="keywords"
content="AI chat, Multi-model chat, AI conversation platform, 4EVERChat, 4EVERLAND, AI model selection"
/>
<meta
name="description"
content="Experience 4EVERChat, the innovative AI chat platform integrating over 100 models. Choose freely and converse simultaneously with various AI models for unparalleled interaction."
/>
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />
<meta
name="viewport"
content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width<% if (ctx.mode.cordova || ctx.mode.capacitor) { %>, viewport-fit=cover<% } %>"
/>
<link rel="icon" type="image/ico" href="favicon.ico" />
<script src="/js/localforage.min.js"></script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-BYMBD4R307"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-BYMBD4R307");
</script>
</head>
<body>
<!-- quasar:entry-point -->
<script src="/js/download.js"></script>
</body>
</html>