File size: 1,460 Bytes
07d7df5
d957411
 
 
 
ac2b07e
d957411
 
 
 
 
 
 
e6b45f1
9cf86da
5d279f6
e6b45f1
 
 
 
d957411
dee7e6e
9cf86da
d957411
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cd586c1
 
 
d957411
 
 
 
 
 
ac1db28
 
40ef0a1
50a1221
ac1db28
 
d957411
50a1221
d957411
 
 
284ef2f
d957411
 
 
50a1221
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zephyr-7b</title>
<style>
  body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
  }
.header {
  background: linear-gradient(to right, #ffec00, #ffcc00); /* Blend color from #ffec00 to #ffcc00 */
  padding: 20px;
  display: flex; /* Use flexbox to layout the children horizontally */
  align-items: center; /* Align children vertically in the center */
  justify-content: flex-start; /* Align children to the start (left) */
}
  .header img {
    width: 125px;
    margin-right: 25px; /* Add some space between the image and the following content */
  }
  .nav {
    background: #333;
    color: #fff;
    padding: 10px;
    text-align: right;
  }
  .nav a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
  }
  .main {
    padding: 20px;
    text-align: center;
  }
  .footer {
    background: #333;
    color: #ffcc00;
    padding: 20px;
    text-align: center;
  }
</style>
</head>
<body>

<div class="header">
  <!-- Logo image -->
  <img src="logo.png" alt="7b-Dec23">
  <!-- Rest of the header content goes here -->
</div>

<div class="main">
  <iframe src="https://huggingfaceh4-zephyr-chat.hf.space" style="width:100%; height:600px; border:none;"></iframe>
</div>

<div class="footer">
  <p>ATaylorAerospace 7b April 2024</p>
</div>

</body>
</html>