Taylor658 commited on
Commit
71300f1
1 Parent(s): 8efe58f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -18
index.html CHANGED
@@ -1,10 +1,9 @@
1
  <!DOCTYPE html>
2
- <!DOCTYPE html>
3
  <html lang="en">
4
  <head>
5
  <meta charset="UTF-8">
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <title>Mistral AI</title>
8
  <style>
9
  body {
10
  font-family: 'Arial', sans-serif;
@@ -45,27 +44,13 @@
45
  </head>
46
  <body>
47
 
48
- <div class="header">
49
- <!-- Logo image -->
50
- <img src="logo.png" alt="Mistral AI Logo">
51
- </div>
52
-
53
- <div class="nav">
54
- <a href="#">Developers</a>
55
- <a href="#">Product</a>
56
- <a href="#">Company</a>
57
- <a href="#">News</a>
58
- <a href="#" style="background: #ffcc00; padding: 5px 10px;">Contact Us</a>
59
- </div>
60
-
61
  <div class="main">
62
- <iframe src="https://huggingfaceh4-zephyr-chat.hf.space" style="width:100%; height:600px; border:none;"></iframe>
63
  </div>
64
 
65
  <div class="footer">
66
- <p>Mistral 7B is here!</p>
67
  </div>
68
 
69
  </body>
70
  </html>
71
-
 
1
  <!DOCTYPE html>
 
2
  <html lang="en">
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>7b-Nov23</title>
7
  <style>
8
  body {
9
  font-family: 'Arial', sans-serif;
 
44
  </head>
45
  <body>
46
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  <div class="main">
48
+ <iframe src="https://huggingfaceh4-zephyr-chat.hf.space" style="width:100%; height:600px; border:none;"></iframe>
49
  </div>
50
 
51
  <div class="footer">
52
+ <p>7b-Nov23</p>
53
  </div>
54
 
55
  </body>
56
  </html>