Sweaterdog commited on
Commit
1111925
·
verified ·
1 Parent(s): 90472ef

Upload GRaPE_Mini_Beta.html

Browse files
Files changed (1) hide show
  1. GRaPE_Mini_Beta.html +135 -0
GRaPE_Mini_Beta.html ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>GRaPE Mini Beta</title>
7
+ <style>
8
+ body {
9
+ font-family: Arial, sans-serif;
10
+ background-color: #f2f2f2;
11
+ margin: 0;
12
+ padding: 0;
13
+ }
14
+ .container {
15
+ max-width: 1200px;
16
+ margin: 0 auto;
17
+ padding: 20 20;
18
+ }
19
+ .header {
20
+ background-color: #333;
21
+ color: #fff;
22
+ padding: 10 20;
23
+ text-align: center;
24
+ }
25
+ .header h1 {
26
+ font-size: 36px;
27
+ margin: 0;
28
+ }
29
+ .header p {
30
+ font-size: 18px;
31
+ margin: 0;
32
+ }
33
+ .content {
34
+ padding: 20 20;
35
+ }
36
+ .content h2 {
37
+ font-size: 24px;
38
+ margin: 0;
39
+ }
40
+ .content p {
41
+ font-size: 16px;
42
+ margin: 0;
43
+ }
44
+ .testimonials {
45
+ margin: 20 0;
46
+ }
47
+ .testimonials h2 {
48
+ font-size: 24px;
49
+ margin: 0;
50
+ }
51
+ .testimonials p {
52
+ font-size: 16px;
53
+ margin: 0;
54
+ }
55
+ .about {
56
+ margin: 20 0;
57
+ }
58
+ .about h2 {
59
+ font-size: 24px;
60
+ margin: 0;
61
+ }
62
+ .about p {
63
+ font-size: 16px;
64
+ margin: 0;
65
+ }
66
+ .contact {
67
+ margin: 20 0;
68
+ }
69
+ .contact h2 {
70
+ font-size: 24px;
71
+ margin: 0;
72
+ }
73
+ .contact p {
74
+ font-size: 16px;
75
+ margin: 0;
76
+ }
77
+ .footer {
78
+ background-color: #333;
79
+ color: #fff;
80
+ padding: 20 20;
81
+ text-align: center;
82
+ }
83
+ .footer p {
84
+ font-size: 14px;
85
+ margin: 0;
86
+ }
87
+ </style>
88
+ </head>
89
+ <body>
90
+ <div class="container">
91
+ <div class="header">
92
+ <h1>GRaPE Mini Beta</h1>
93
+ <p>AI Assistant for Your Needs</p>
94
+ </div>
95
+ <div class="content">
96
+ <h2>How to Use You</h2>
97
+ <p>GRaPE Mini Beta is an AI-powered assistant designed to to help you with your daily tasks. Here's how you can use it:</p>
98
+ <ul>
99
+ <li>Ask your questions or request information.</li>
100
+ <li>Receive answers or suggestions.</li>
101
+ <li>Get personalized recommendations.</li>
102
+ <li>Stay up-to-date with the latest news and trends.</li>
103
+ </ul>
104
+ </div>
105
+ <div class="testimonials">
106
+ <h2>Testimonials</h2>
107
+ <div class="testimonial">
108
+ <img src="https://via.placeholder.com/150x150" alt="Testimonial Image">
109
+ <p>"I've been using GRaPE Mini Beta for a few weeks now, and I can't believe how much it has helped me with my daily tasks. It's like having a personal assistant right at my fingertips!"</p>
110
+ <p>- John Doe, User</p>
111
+ </div>
112
+ <div class="testimonial">
113
+ <img src="https://via.placeholder.com/150x150" alt="Testimonial Image">
114
+ <p>"I've been using GRaPE Mini Beta for a few weeks now, and I can't believe how much it has helped me with my daily tasks. It's like having a personal assistant right at my fingertips!"</p>
115
+ <p>- Jane Smith, User</p>
116
+ </div>
117
+ </div>
118
+ <div class="about">
119
+ <h2>About</h2>
120
+ <p>GRaPE Mini Beta is an AI-powered assistant designed to help you with your daily tasks. It's a simple and easy-to-use tool that can help you with a wide range of tasks, from answering questions to providing personalized recommendations. With GRaPE Mini Beta, you can stay up-to-date with the latest news and trends, and get personalized recommendations based on your interests.</p>
121
+ </div>
122
+ <div class="contact">
123
+ <h2>Contact</h2>
124
+ <p>If you have any questions or feedback, please feel free to contact us at:</p>
125
126
+ <p>Or you can reach us on:</p>
127
+ <p>Phone: +1 (123) 456-7890</p>
128
+ <p>Email: [email protected]</p>
129
+ </div>
130
+ <div class="footer">
131
+ <p>&copy; 2023 GRaPE Mini Beta</p>
132
+ </div>
133
+ </div>
134
+ </body>
135
+ </html>