Update index.html
Browse files- index.html +16 -18
index.html
CHANGED
@@ -1,19 +1,17 @@
|
|
1 |
-
<!
|
2 |
<html>
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
</body>
|
19 |
-
</html>
|
|
|
1 |
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
2 |
<html>
|
3 |
+
<head>
|
4 |
+
<title>Lauche - L-MChat-7b</title>
|
5 |
+
<meta name="description" content="L-MChat demonstration" />
|
6 |
+
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
7 |
+
</head>
|
8 |
+
<frameset rows="100%">
|
9 |
+
<frame src="https://artples-fusechat-7b-chat.hf.space" title="Lauche - L-MChat" frameborder="0" noresize="noresize"/>
|
10 |
+
<noframes>
|
11 |
+
<body>
|
12 |
+
<h1>Lauche - L-MChat</h1>
|
13 |
+
<p><a href="https://artples-l-mchat-7b.hf.space/?__theme=dark">http://fusechat.lauche.eu</a> </p>
|
14 |
+
</body>
|
15 |
+
</noframes>
|
16 |
+
</frameset>
|
17 |
+
</html>
|
|
|
|